ArangoDB Server HTTP Options

    Allows to specify the timeout for HTTP keep-alive connections. The timeoutvalue must be specified in seconds.Idle keep-alive connections will be closed by the server automaticallywhen the timeout is reached. A keep-alive-timeout value 0 will disable the keepalive feature entirely.

    The default is false.

    • x-http-method-override

    If the option is set to true and any of these headers is set, therequest method will be overridden by the value of the header. For example,this allows issuing an HTTP DELETE request which to the outside world willlook like an HTTP GET request. This allows bypassing proxies and tools thatwill only let certain request types pass.

    Setting this option to true may impose a security risk so it should onlybe used in controlled environments.