Module iron_test::request [] [src]

Set of convenience methods for making requests to Iron Handlers.

Functions

delete

Convenience method for making DELETE requests to Iron Handlers.

get

Convenience method for making GET requests to Iron Handlers.

head

Convenience method for making HEAD requests to Iron Handlers.

options

Convenience method for making OPTIONS requests to Iron Handlers.

patch

Convenience method for making PATCH requests with a body to Iron Handlers.

post

Convenience method for making POST requests with a body to Iron Handlers.

put

Convenience method for making PUT requests with a body to Iron Handlers.

request

Constructs an Iron::Request from the given parts and passes it to the handle method on the given Handler.