Current section

Files

Jump to
multipartkit include multipartkit@limit_Limits.hrl
Raw

include/multipartkit@limit_Limits.hrl

-record(limits, {
max_body_bytes :: integer(),
max_part_bytes :: integer(),
max_parts :: integer(),
max_header_bytes :: integer()
}).