mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 20:50:24 +00:00
Rename the type http_status/0 to cowboy_http:status/0
This commit is contained in:
parent
67e5713b2b
commit
16d3cb76c7
4 changed files with 11 additions and 11 deletions
|
@ -13,7 +13,6 @@
|
|||
%% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
-type http_status() :: non_neg_integer() | binary().
|
||||
-type http_resp_body() :: iodata() | {non_neg_integer(),
|
||||
fun(() -> {sent, non_neg_integer()})}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue