response from local file
Open
- Dominant language
- Rust
- Stars
- 62
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
I have a proxy rule like below:
```
https://example.com/x.json -> file:///test/x.json
```
Want to response from local file `/test/x.json` directly without any actual network request when the uri is https://example.com/x.json.
Is it supported and how to do that?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.