- Taking the alpn connector out to its own crate, using tokio-dns for resolving
- OK responses don't have a body, so we don't need to handle it and gain a bit more performance
- Bunch of examples to the builder documentation
- Convert the API to not clone the input data, using references until converting to JSON, remove tokio-service dependency #25