Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-22 | Forward transport and protocol name to Handler:init. | Loïc Hoguin | |
2011-03-20 | Rename the title for Getting Started in the README. | Loïc Hoguin | |
2011-03-19 | Rewrite the dispatcher to take a list of host each having a list of paths. | Loïc Hoguin | |
* Makes more sense to parse the host only once instead of for each path. * Allows proper handling of: If the host is not a valid host on the server, the response MUST be a 400 (Bad Request) error. | |||
2011-03-18 | Move the reply function to cowboy_http_req. | Loïc Hoguin | |
2011-03-18 | Introduce Handler:terminate to cleanup the handler's state. | Loïc Hoguin | |
2011-03-18 | Handler:init/2 should also return the Request in case it changed. | Loïc Hoguin | |
2011-03-18 | Introduce Handler:init/2 for initializing the handler state. | Loïc Hoguin | |
We need an init function in order to process upgrade instructions for protocols like WebSockets, but also to request an active receive mode for long-polling connections, both of which will be implemented at a later time. | |||
2011-03-17 | Initial commit. | Loïc Hoguin | |