Home

Awesome

HTTP2 Client

A simple HTTP/2 client, created primarily to support gRPC.

Build

http2_client uses erlang.mk as build tool. On Unix systems it can be built with:

make

make edoc can be used to generate documentation for the individual modules from edoc comments in those modules.

See the erlang.mk documentation for an explanation on how the tool can be used in a Windows environment.

Dependencies

Limitations

Http2_client implements only those features that are required by gRPC, it is not a complete implementation of the HTTP/2 spec. In particular it does not support:

License

Apache 2.0