github.com/abolfazlbeh/zhycan@v0.0.0-20230819144214-24cf38237387/configs/dev/http.json (about)

     1  {
     2    "default": "s1",
     3    "servers": [
     4      {
     5        "addr": ":3000",
     6        "name":                   "s1",
     7        "versions":               ["v1", "v2"],
     8        "conf": {
     9          "server_header": "",
    10          "strict_routing": false,
    11          "case_sensitive": false,
    12          "unescape_path": false,
    13          "etag": false,
    14          "body_limit": 4194304,
    15          "concurrency": 262144,
    16          "read_timeout": -1,
    17          "write_timeout": -1,
    18          "idle_timeout": -1,
    19          "read_buffer_size": 4096,
    20          "write_buffer_size": 4096,
    21          "compressed_file_suffix": ".gz",
    22          "get_only": false,
    23          "disable_keepalive": false,
    24          "network": "tcp",
    25          "enable_print_routes": true,
    26          "attach_error_handler": true
    27        }
    28      }
    29    ]
    30  }