Farseer v0.5.1 Farseer.Handlers.Http View Source
Generic HTTP handler. This is also the default handler.
Link to this section Summary
Functions
Finds out whether a request accepts a given mime type. Succeeds if the
request accepts / or
Converts the request method to a Tesla method atom, e.g "GET" => :get!
If a route is not found, we want to respond with the a media type the client can understand, or with plain text as last resort.
Shorthand to send responses.
Sends the request to the configured target.
Link to this section Functions
Finds out whether a request accepts a given mime type. Succeeds if the
request accepts / or
Converts the request method to a Tesla method atom, e.g "GET" => :get!
If a route is not found, we want to respond with the a media type the client can understand, or with plain text as last resort.
Shorthand to send responses.
Sends the request to the configured target.