Did you know ... Search Documentation:
Pack http2_client -- prolog/http2_client.pl
PublicShow source
author
- James Cash
 http2_open(+URL, -HTTP2Ctx, +Options) is det
Open Stream as an HTTP/2 connection to URL's host.
Arguments:
Options- passed to ssl_context/3. http2_open-specific options:
close_cb(Callable)
Predicate to be called when the connection receives a GOAWAY frame.
 http2_close(+Ctx) is det
Close the given stream.
 http2_request(+Stream, +Headers, +Body, :Response) is det
Send an HTTP/2 request using the previously-opened HTTP/2 connection Stream.
See also
- http2_open/3