mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Rename cowboy_http_rest to cowboy_rest
This commit is contained in:
parent
d3dcaf109b
commit
6d84afd16d
7 changed files with 9 additions and 9 deletions
|
@ -10,7 +10,7 @@
|
|||
-export([hello_to_text/2]).
|
||||
|
||||
init(_Transport, _Req, []) ->
|
||||
{upgrade, protocol, cowboy_http_rest}.
|
||||
{upgrade, protocol, cowboy_rest}.
|
||||
|
||||
content_types_provided(Req, State) ->
|
||||
{[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue