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

https://github.com/xieyuheng/reqrec

A Hypertext Transfer Protocol (HTTP) Request Recorder.
https://github.com/xieyuheng/reqrec

http recorder testing

Last synced: about 1 year ago
JSON representation

A Hypertext Transfer Protocol (HTTP) Request Recorder.

Awesome Lists containing this project

README

          

# ReqRec

A [Hypertext Transfer Protocol (HTTP)](https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol) **Req**uest **Rec**order.
- Kept simple for web learner.
- More about HTTP at [Mozilla Developer web docs](https://developer.mozilla.org/en-US/docs/Web/HTTP).
- Inspired by https://postb.in ([Source](https://gitlab.com/webdev.sh/postb.in))

## Usage

- Prepare: `npm install`
- Run: `node server.js`

## Community

Contributions are welcome, see [current TODO list](TODO.md) for tasks.

(Please add yourself to [the AUTHORS list](AUTHORS) if you made any contributions.)

- We enforce C4 as collaboration protocol.
- [The C4 RFC](https://rfc.zeromq.org/spec:42/C4)
- [Style Guide](STYLE-GUIDE.md)
- Observe the style of existing code and respect it.
- [Code of Conduct](CODE-OF-CONDUCT.md)

## License

- [GPLv3](LICENSE)