Placid v0.1.2

Modules summary

Mix.Tasks.Placid.Serve

Runs Placid and all registered children in their servers

Placid.Handler

Handlers facilitate some separation of concerns for your application’s logic

Placid.Response.Helpers

Placid bundles these response helpers with handlers to assist in sending a response

Placid.Response.Rendering

Placid.Response.Rendering provides the ability for a response to be automatically serialized based on its content-type

Placid.Response.StatusCode

Helper data for dealing with HTTP status codes

Placid.Router

Placid.Router defines an alternate format for Plug.Router routing. Supports all HTTP methods that Plug.Router supports

Placid.Router.Util

Exceptions summary

Placid.Response.Rendering.UnsupportedResponseTypeError

Error raised when a rendering engine cannot be found for a specified response content type

Placid.Router.Util.InvalidSpecError