HTTPipe v0.9.0 API Reference
Modules
Provides helper functions that allow for quick, one-off HTTP requests. To build
composable requests, see the HTTPipe.Conn
module
The Adapter behaviour that all adapters must implement
Special adapter that does nothing but return an error
An HTTP connection encapsulating the request and response, taking inspiration from the Plug package
Helper module for formatting HTTPipe.Conn
, HTTPipe.Request
, and HTTPipe.Response
structs
An HTTP request that will be sent to the server
An HTTP response from a server
Exceptions
Exception that is raised when no default adapter is specified
This exception is raised when the Conn you are executing has already been executed
Error raised when the URL for a request is nil