Expand description
Set of convenience methods for making requests to Iron Handlers.
Functionsยง
- Convenience method for making DELETE requests to Iron Handlers.
- Convenience method for making GET requests to Iron Handlers.
- Convenience method for making HEAD requests to Iron Handlers.
- Convenience method for making OPTIONS requests to Iron Handlers.
- Convenience method for making PATCH requests with a body to Iron Handlers.
- Convenience method for making POST requests with a body to Iron Handlers.
- Convenience method for making PUT requests with a body to Iron Handlers.
- Constructs an Iron::Request from the given parts and passes it to the
handle
method on the given Handler.