Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zetxx/rq.ic


https://github.com/zetxx/rq.ic

Last synced: 3 months ago
JSON representation

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