summaryrefslogtreecommitdiff
path: root/src/http.rs
AgeCommit message (Collapse)Author
2018-09-25Disable test_fetch_sync_string.Ryan Dahl
2018-09-25Make Deno multithreaded.Ryan Dahl
By using the tokio default runtime. This patch makes all of the ops thread safe. Adds libdeno to JS globals to make for easier testing. Preliminary work for #733.
2018-09-25Use lazy_static for HttpsConnectorRyan Dahl
And rename net.rs to http.rs Share HTTP connection.