Skip to content

unblu/http-request-recorder

Repository files navigation

HTTP Request Recorder

Simple jetty server to record HTTP requests.

Description

http-request-recorder is a small tool that can be used to record HTTP requests. It is based on Eclipse Jetty and runs on the JVM. Recorded requests are available in memory (as RxJava stream), can be printed in the console or stored as JSON file on the disk.

Read more on the project home page.

Get in touch

Use the issue tracker on GitHub.

You can also contact me on Twitter: @j2r2b

License