summaryrefslogtreecommitdiff
path: root/src/http_body.rs
AgeCommit message (Collapse)Author
2019-03-19Rename //src/ to //cli/ (#1962)Ryan Dahl
To better distinguish the deno_core crate from the executable deno, which will now be called "the cli" internally.
2019-01-02Happy new year!Ryan Dahl
2018-11-30clippy fixes (#1250)Andy Hayden
2018-11-13Wrapper around hyper::Body so it can be used as AsyncReadRyan Dahl