@accelerated-software-development/caddy-api-client - v0.2.2
    Preparing search index...

    Type Alias RedirectStatusCode

    RedirectStatusCode: 301 | 302 | 307 | 308

    HTTP redirect status code

    • 301: Moved Permanently (may change POST to GET)
    • 308: Permanent Redirect (preserves HTTP method) - Recommended
    • 302: Found (temporary, may change POST to GET)
    • 307: Temporary Redirect (preserves HTTP method)