summaryrefslogtreecommitdiffstats
path: root/src/http.rs
Commit message (Collapse)AuthorAgeFilesLines
* adjust the signature of create_query_string a bitJesse Luehrs2019-04-131-7/+7
|
* get this compiling againJesse Luehrs2019-04-091-20/+23
|
* don't panic if we can't parse the query stringJesse Luehrs2015-03-201-16/+19
| | | | the query string comes from external input, so it should be more robust
* and also implement the inverseJesse Luehrs2015-03-191-0/+48
|
* also make this publicJesse Luehrs2015-03-191-1/+1
|
* this should all just deal in stringsJesse Luehrs2015-03-191-15/+12
|
* add query string parserJesse Luehrs2015-03-171-0/+38