redirectionio 3.1.0

Redirection IO Library to handle matching rule, redirect and filtering headers and body.
Documentation
{
    "router_config": {
        "ignore_host_case": false,
        "ignore_header_case": false,
        "ignore_path_and_query_case": false,
        "ignore_marketing_query_params": true,
        "marketing_query_params": [
            "utm_campaign",
            "utm_content",
            "utm_medium",
            "utm_source",
            "utm_term"
        ],
        "pass_marketing_query_params_to_target": true,
        "always_match_any_host": false,
        "ignore_query_param_order": true
    },
    "rules":  [
        {
            "source": {
                "host": "",
                "path": "/",
                "query": "",
                "scheme": "",
                "sampling": null,
                "methods": [],
                "headers": [],
                "response_status_codes": [],
                "ips": []
            },
            "id": "9d8a5ba4-1d76-41e0-820b-891d45484152",
            "rank": 32765,
            "markers": [],
            "body_filters": [],
            "header_filters": [
                {
                    "action": "remove",
                    "header": "location",
                    "value": "",
                    "id": null
                }
            ],
            "target": "",
            "redirect_code": 410,
            "redirect_unit_id": "38032bcb-2580-4243-a14f-3e26477e878e",
            "examples": []
        }
    ],
    "max_hops": 5
}