ivar v0.10.1 API Reference

Modules

Ivar is the top level module used to compose HTTP requests

Specifies API required for an Ivar adapter to implement

Ivar.Auth manages the authentication credentials used for a request

Ivar.Body manages the body content used for a request

Ivar.Files manages the files to be sent for a request

Ivar.Headers manages the request headers used for a request

Ivar.QueryString manages the query string values to be appended to the url

TestAdapter is a testing utility that is designed to make testing Ivar simplier by replacing http requests with a callback that can be used to assert expected values for the request

Ivar.Utilities is a collection of utility functions used for building requests