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

Move cowboy_http:status() to cowboy:http_status()

This commit is contained in:
Loïc Hoguin 2013-05-16 16:29:24 +02:00
parent f8a7856127
commit df73a4d0a5
7 changed files with 19 additions and 20 deletions

View file

@ -33,5 +33,5 @@
-> {ok, Req, Env}
| {suspend, module(), atom(), [any()]}
| {halt, Req}
| {error, cowboy_http:status(), Req}
| {error, cowboy:http_status(), Req}
when Req::cowboy_req:req(), Env::cowboy_middleware:env().