Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.27 KB

README.adoc

File metadata and controls

44 lines (33 loc) · 1.27 KB

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