/replayer_logger

Primary LanguageErlangBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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