mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Small tweaks to cowboy module manual
This commit is contained in:
parent
25c124f494
commit
144c5c0cc7
3 changed files with 5 additions and 3 deletions
|
@ -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()
|
||||
|
||||
|
|
|
@ -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)]
|
||||
|
|
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue