Trot

Main Trot application. When added to a projects application list, Trot.Supervisor will be started. Also contains some generic parsing functions.

Source

Summary

is_http_method(thing)

Returns a boolean indicating whether the passed in atom is a valid HTTP method

parse_query_string(string)

Parses a query string into a keyword list

Functions

parse_query_string(string)

Parses a query string into a keyword list.

Source

Macros

is_http_method(thing)

Returns a boolean indicating whether the passed in atom is a valid HTTP method.

Source