about summary refs log tree commit diff
path: root/src/libstd/rt/io/net/http.rs
AgeCommit message (Collapse)AuthorLines
2013-08-18Delete std::rt::io::net::httpSteven Fackler-29/+0
It's an empty stub and as one of the comments notes, doesn't belong in libstd.
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+29
This only changes the directory names; it does not change the "real" metadata names.