Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zetxx/rq.ic
https://github.com/zetxx/rq.ic
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zetxx/rq.ic
- Owner: zetxx
- Created: 2022-07-06T06:45:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T09:42:51.000Z (about 1 year ago)
- Last Synced: 2024-04-28T05:11:52.706Z (8 months ago)
- Language: HTML
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Request intercept - view
## Example config, place file `.rq.icrc` in project dir, and put json object as follows.
```json
{
"interceptors": [{
"listen": 8080,
"destination": {
"url": "http://example.com:80",
"headers": {
"request": {
"host": "example.com"
}
}
}
}],
"frontend": {
"listen": 3000
}
}
```since this module uses `rc` module for config parsing, all config variants are possible