qiwi/qorsproxy

View on GitHub
example/memo-usage.json

Summary

Maintainability
Test Coverage
{
  "server": {
    "host": "localhost",
    "port": 8080
  },
  "rules": {
    "example": {
      "from": "*",
      "to": "example.com",
      "mutations": [{
        "direction": "to",
        "headers": [
          {
            "name": "host",
            "value": null
          }
        ]
      }],
      "memo": {
        "dir": "./memo/stub.json",
        "strategy": "override",
        "host": ["example.com"]
      }
    }
  }
}