HttpServer
basePath
(string)
basePath
(string)Any additional base URL path in addition to the default /data/ base URL path
Default: ""
Examples: "/my/custom/path"
, "/"
requestMaxBodySize
(integer)
requestMaxBodySize
(integer)Controls the maximum request body size. The value specifies the number of bytes
Default: 100000
Example: 100000
Additional restrictions:
Minimum:
1
Maximum:
512000
Last updated