Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 693 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 693 Bytes

Overview

This is an erlang-client library to log all the requests for the request replayer.

Interface

The client code is quite clear, it has the following exported functions:

  • http_get_log/3
  • http_post_log/4
  • rpc_log/4

Examples