0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Small tweaks to cowboy module manual

This commit is contained in:
Loïc Hoguin 2016-10-01 13:33:48 +02:00
parent 25c124f494
commit 144c5c0cc7
No known key found for this signature in database
GPG key ID: 71366FF21851DF03
3 changed files with 5 additions and 3 deletions

View file

@ -6,7 +6,7 @@ cowboy - HTTP server
== Description
The `cowboy` module provides convenience functions for
The module `cowboy` provides convenience functions for
manipulating Ranch listeners.
== Exports
@ -34,9 +34,9 @@ Default :: any()
Fields description for match operations.
This type is used in link:man:cowboy_router(3)[cowboy_router]
This type is used in link:man:cowboy_router(3)[cowboy_router(3)]
for matching bindings and in the match functions found in
link:man:cowboy_req(3)[cowboy_req].
link:man:cowboy_req(3)[cowboy_req(3)].
=== http_headers()

View file

@ -123,4 +123,5 @@ Port = ranch:get_port(Name).
link:man:cowboy(3)[cowboy(3)],
link:man:cowboy:start_tls(3)[cowboy:start_tls(3)],
link:man:cowboy:stop_listener(3)[cowboy:stop_listener(3)],
link:man:ranch(3)[ranch(3)]

View file

@ -128,4 +128,5 @@ Port = ranch:get_port(Name).
link:man:cowboy(3)[cowboy(3)],
link:man:cowboy:start_clear(3)[cowboy:start_clear(3)],
link:man:cowboy:stop_listener(3)[cowboy:stop_listener(3)],
link:man:ranch(3)[ranch(3)]