github.com/abolfazlbeh/zhycan@v0.0.0-20230819144214-24cf38237387/cmd/cmd_main/commands/templates/http.config.gotmpl (about)

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