redirectionio 3.2.0

Redirection IO Library to handle matching rule, redirect and filtering headers and body.
Documentation
[
  {
    "request": {
      "path_and_query": {
        "path_and_query": "/",
        "path_and_query_matching": "/",
        "skipped_query_params": null,
        "original": "/"
      },
      "path_and_query_v2": "/",
      "host": null,
      "scheme": null,
      "method": "GET",
      "headers": [],
      "remote_addr": null,
      "created_at": null,
      "sampling_override": null
    },
    "unit_trace": {
      "rule_ids_applied": [
        "A",
        "B"
      ],
      "unit_ids_applied": [
        "A:1",
        "B:1"
      ],
      "unit_ids_seen": [
        "A:1",
        "B:1"
      ],
      "value_computed_by_units": {
        "A:1": "toto",
        "B:1": "NEW"
      }
    },
    "backend_status_code": 200,
    "response": {
      "status_code": 0,
      "headers": [
        {
          "name": "location",
          "value": "toto"
        },
        {
          "name": "location",
          "value": "NEW"
        }
      ],
      "body": "<!DOCTYPE html>\n<html>\n    <head>\n    </head>\n    <body>\n    </body>\n</html>"
    },
    "should_log_request": true,
    "redirection_loop": null,
    "match_traces": []
  }
]