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

Remove empty sections from the manual

This commit is contained in:
Loïc Hoguin 2014-10-01 19:50:02 +03:00
parent 0dc063ab7d
commit 26b19c645d
7 changed files with 0 additions and 32 deletions

View file

@ -20,10 +20,6 @@ defines the basic interface for handlers. All Cowboy handlers
implement at least the `init/2` callback, and may implement implement at least the `init/2` callback, and may implement
the `terminate/3` callback optionally. the `terminate/3` callback optionally.
:: Types
None.
:: Terminate reasons :: Terminate reasons
The following values may be received as the terminate reason The following values may be received as the terminate reason

View file

@ -18,10 +18,6 @@ when no data has been received during that timespan. The
default timeout is `infinity`, which should only be used if default timeout is `infinity`, which should only be used if
you have alternate means of ending inactive connections. you have alternate means of ending inactive connections.
:: Types
None.
:: Terminate reasons :: Terminate reasons
The following values may be received as the terminate reason The following values may be received as the terminate reason
@ -94,7 +90,3 @@ typically because a response has been sent.
The `hibernate` option will hibernate the process until The `hibernate` option will hibernate the process until
it receives another message. it receives another message.
:: Exports
None.

View file

@ -73,7 +73,3 @@ Fun called every time a response is sent.
: timeout (5000) : timeout (5000)
Time in ms with no requests before Cowboy closes the connection. Time in ms with no requests before Cowboy closes the connection.
:: Exports
None.

View file

@ -11,10 +11,6 @@ in the manual for the ^cowboy_handler module.
All other callbacks are optional, though some may become All other callbacks are optional, though some may become
required depending on the return value of previous callbacks. required depending on the return value of previous callbacks.
:: Types
None.
:: Meta values :: Meta values
: charset : charset

View file

@ -32,7 +32,3 @@ List of middlewares to execute for every requests.
: onresponse (undefined) : onresponse (undefined)
Fun called every time a response is sent. Fun called every time a response is sent.
:: Exports
None.

View file

@ -3,10 +3,6 @@
The `cowboy_sub_protocol` behaviour defines the interface used The `cowboy_sub_protocol` behaviour defines the interface used
by modules that implement a protocol on top of HTTP. by modules that implement a protocol on top of HTTP.
:: Types
None.
:: Callbacks :: Callbacks
: upgrade(Req, Env, Handler, Opts) : upgrade(Req, Env, Handler, Opts)

View file

@ -159,7 +159,3 @@ being closed.
The `hibernate` option will hibernate the process until The `hibernate` option will hibernate the process until
it receives another message or new data from the Websocket it receives another message or new data from the Websocket
connection. connection.
:: Exports
None.