http_proxy v0.5.0 Release Notes

Release Date: 2015-12-29 // over 8 years ago
    • 👌 Support regex path matching in play mode.

    You can specify request path with Regex like the following path_pattern.

    {
      "request": {
        "path_pattern": "\A/request.*neko\z",
        "port": 8080,
        "method": "GET"
      },
      ...
    }
    

    🔨 And some refactors.