etap_web

Provide testing functionality for web requests.

Provide testing functionality for web requests.

Functions


build_request(Method, Url, Headers, Body) -> term()

Create and return a request structure.

simple_200(Url, Desc) -> term()

Fetch a url and verify that it returned a 200 status.

simple_404(Url, Desc) -> term()

Fetch a url and verify that it returned a 404 status.

Nick Gerakines nick@gerakines.net
View Functions