Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-11 | Document 2.2 changes and the new stream_trailers function | Loïc Hoguin | |
2017-10-29 | Add cowboy_req:inform/2,3 | Loïc Hoguin | |
User code can now send as many 1xx responses as necessary. | |||
2017-10-25 | Introduce cowboy_req:sock/1 and cowboy_req:cert/1 | Loïc Hoguin | |
To obtain the local socket ip/port and the client TLS certificate, respectively. | |||
2017-09-04 | Accept sendfile tuple with 0 length in cowboy_req | Loïc Hoguin | |
This will result in no data being sent. It's simply easier to do this than to have to handle 0 size cases in user code. | |||
2017-01-04 | Improve the manual for the new resp_header functions | Loïc Hoguin | |
2017-01-04 | Add functions for getting and setting response headers | Johan Lövdahl | |
2016-12-21 | Add man pages for the reply functions | Loïc Hoguin | |
2016-12-02 | Add the man pages for body reading functions | Loïc Hoguin | |
[ci skip] | |||
2016-11-05 | Partially update manual for the cowboy_req | Loïc Hoguin | |
Only the access functions have been modified so far. | |||
2016-08-30 | Fix rendering issues in the guide and manual | Loïc Hoguin | |
2016-01-14 | Convert the documentation to Asciidoc | Loïc Hoguin | |
A few small revisions were made, and Erlang.mk has been updated. |