per-proxypair Snowflake ID generation instead of just one for the Broker (#11)

This commit is contained in:
Serene Han 2016-03-14 22:12:28 -07:00
parent 422717f36f
commit b1e76420bd
5 changed files with 44 additions and 23 deletions

View file

@ -5,6 +5,10 @@ Contains helpers for parsing query strings and other utilities.
###
genSnowflakeID = ->
Math.random().toString(36).substring(2)
Query =
###
Parse a URL query string or application/x-www-form-urlencoded body. The