aboutsummaryrefslogtreecommitdiff
path: root/src/http/raw.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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.