Module rincon_connector::http [] [src]

Connectors that use HTTP/HTTPS as transport protocol.

This module provides Connector implementation that use HTTP or HTTPS as the transport protocol.

The currently provided Connectors are:

  • JsonHttpConnector : uses JSON over HTTP/HTTPS

For an example on how to use a connector see the crate level documentation.

Structs

JsonHttpConnection

A connection to a server that actually executes method calls using JSON over HTTP/HTTPS.

JsonHttpConnector

A connector that uses JSON over HTTP/HTTPS.