Expand description
The protocol for communicating with the shell
Crux capabilities don’t interface with the outside world themselves, they carry out all their operations by exchanging messages with the platform specific shell. This module defines the protocol for crux_http to communicate with the shell.
Structs§
- Http
Header - Http
Request - Http
Request Builder - Builder for
HttpRequest
. - Http
Response - Http
Response Builder - Builder for
HttpResponse
.
Enums§
- Http
Request Builder Error - Error type for HttpRequestBuilder
- Http
Response Builder Error - Error type for HttpResponseBuilder
- Http
Result