[][src]Module confluence::http

HTTP helpers.

Structs

HttpError

The Errors that may occur when processing a Request.

Response

Simplified HTTP response representation.

StatusCode

An HTTP status code (status-code in RFC 7230 et al.).

Functions

get

Perform a GET request to specified URL.

soap_action

Perform a SOAP action to specified URL.

Type Definitions

Result