0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 04:30:25 +00:00

Small documentation tweaks

This commit is contained in:
Loïc Hoguin 2017-12-11 11:56:14 +01:00
parent 4c22bdbcb7
commit 6d65cd0d38
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
2 changed files with 2 additions and 1 deletions

View file

@ -67,4 +67,4 @@ cowboy_req:stream_trailers(#{
link:man:cowboy_req(3)[cowboy_req(3)],
link:man:cowboy_req:stream_reply(3)[cowboy_req:stream_reply(3)],
link:man:cowboy_req:stream_reply(3)[cowboy_req:stream_body(3)]
link:man:cowboy_req:stream_body(3)[cowboy_req:stream_body(3)]

View file

@ -411,6 +411,7 @@ tuple.
== Changelog
* *2.2*: The trailers command was introduced.
* *2.0*: Module introduced.
== See also