Module http

Module http 

Source

Modules§

http_result
Nested message and enum types in HttpResult.

Structs§

BatchHttpRequest
BatchHttpResponse
HttpRequest
HttpResponse
HttpResult
ProtoHttpRequest
ProtoHttpResponse

Functions§

batch_get
Convenience helper to perform parallel GET requests for a list of URLs.
batch_request
Executes multiple HTTP requests concurrently in parallel on the host. Returns Ok only if all requests succeed; returns Err if even one request fails. Failure and Success is in terms of Moosync’s validation and not HTTP status codes
get
Convenience helper to perform a GET request for a URL.
request
Executes a single HTTP request on the host runner.