Expand description
Structs§
- Call
- A protobuf encodable internal representation of
a
Request
. - Reply
- A protobuf encodable representation of a
Response
.
Enums§
- WebTonic
Error - The error type of
WebTonic
.
Functions§
- call_
to_ http_ request - Parses a
Call
into aRequest
. - http_
request_ to_ call - Parses a
Request
intoCall
. - http_
response_ to_ reply - Parse a
Response
into aReply
. - reply_
to_ http_ response - Parse a
Reply
into aResponse
.