Module http_protocol

Module http_protocol 

Source

Structs§

HttpBindingProtocol
An HTTP protocol for REST-style APIs that use HTTP bindings.
HttpRpcProtocol
An HTTP protocol for RPC-style APIs that put everything in the body.

Functions§

percent_encode
Percent-encode a string per RFC 3986 section 2.3 (unreserved characters only).