HTTParrot v0.4.1 HTTParrot.PHandler

This REST handler will respond to POST, PATCH and PUT requests.

Summary

Functions

allowed_methods(req, state)

When a request is made to /post, allowed_methods will return POST for example

content_types_accepted(req, state)
content_types_provided(req, state)
init(transport, req, opts)
post_binary(req, state)
post_form(req, state)
post_multipart(req, state)