aboutsummaryrefslogtreecommitdiff
path: root/src/http/raw.rs
Commit message (Collapse)AuthorAgeFilesLines
* A bunch of typo fixes (#404)Perry Fraser2018-10-011-1/+1
|
* Change DOS line endings to UNIX line endingsErk-2018-09-271-1751/+1751
|
* Fixed dead links in the http::raw moduleErk-2018-09-251-43/+43
|
* Move low-level http functions to a raw moduleZeyla Hellyer2018-08-241-0/+1751
Move the low-level http functions that work with serde maps directly into an `http::raw` module, and re-export them from the `http` module for backwards compatibility purposes.