Add: AutoCert: CSRFField: CSRFSecret: Certs: Exceptions: Headers: LogDir: Logs: Methods: Remove: Replace: Routes: SkipDetection: URLLength: UploadSizeMB: UploadTypes: WAF:

Methods

default: GET, POST, HEAD

Allowed request methods.

By default only GET, POST and HEAD are allowed.
By default OPTIONS will be banned and others unlisted too.

Methods:
    - GET
    - POST
    - HEAD

Here how to enable OPTIONS and PUT:

Methods:
    - GET
    - POST
    - HEAD
    - OPTIONS
    - PUT