mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 20:50:24 +00:00
Cosmetic changes to various documentation files
This commit is contained in:
parent
5bc5f56eb2
commit
f63d3f08cf
3 changed files with 8 additions and 6 deletions
|
@ -195,8 +195,9 @@ options(Req, State) ->
|
|||
%%
|
||||
%% Note that it is also possible to return a binary content type that will
|
||||
%% then be parsed by Cowboy. However note that while this may make your
|
||||
%% resources a little more readable, this is a lot less efficient. An example
|
||||
%% of such a return value would be:
|
||||
%% resources a little more readable, this is a lot less efficient.
|
||||
%%
|
||||
%% An example of such return value would be:
|
||||
%% {<<"text/html">>, to_html}
|
||||
content_types_provided(Req, State) ->
|
||||
case call(Req, State, content_types_provided) of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue