- refactor for async hyper
hyperlocal::DomainUrlis nowhyperlocal::Urithe semantics are the same but the name now matches hyper's new name can can be lifted into hypers type
let uri: hyper:Uri =
hyperlocal::Uri(
"path/to/server.sock",
"/foo/bar?baz=boom"
).into();hyperlocal::UnitSocketConnectoris now justhyperlocal::UnixConnectorto be more inline with the naming conventions behindhyper::HttpConnectorandhyper_tls::HttpsConnectorhyperlocal::UnixSocketServeris nowhyperlocal::server::Httpto be more inline with hyper naming conventions
- enable using unix_socket from stdlib. #4
- upgrade to hyper 0.10
- upgraded to hyper 0.9 and transitively url 1.0
Initial release