Module protocol

Source
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§

HttpHeader
HttpRequest
HttpRequestBuilder
Builder for HttpRequest.
HttpResponse
HttpResponseBuilder
Builder for HttpResponse.

Enums§

HttpRequestBuilderError
Error type for HttpRequestBuilder
HttpResponseBuilderError
Error type for HttpResponseBuilder
HttpResult