Current section
Files
Jump to
Current section
Files
include/multipartkit@limit_Limits.hrl
-record(limits, {
max_body_bytes :: integer(),
max_part_bytes :: integer(),
max_parts :: integer(),
max_header_bytes :: integer()
}).