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.
- Host: GitHub
- URL: https://github.com/xieyuheng/reqrec
- Owner: xieyuheng
- License: gpl-3.0
- Created: 2019-11-15T08:46:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:59:29.000Z (over 3 years ago)
- Last Synced: 2025-06-23T01:07:24.851Z (about 1 year ago)
- Topics: http, recorder, testing
- Language: JavaScript
- Homepage:
- Size: 1.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
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)