mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Req Body length can be a non_neg_integer or infinity
This commit is contained in:
parent
404ad037a1
commit
7eb0072b06
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
||||||
-export_type([cookie_opts/0]).
|
-export_type([cookie_opts/0]).
|
||||||
|
|
||||||
-type read_body_opts() :: #{
|
-type read_body_opts() :: #{
|
||||||
length => non_neg_integer(),
|
length => non_neg_integer() | infinity,
|
||||||
period => non_neg_integer(),
|
period => non_neg_integer(),
|
||||||
timeout => timeout()
|
timeout => timeout()
|
||||||
}.
|
}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue