view mod_log_http/README.markdown @ 4268:871d140d61bb

mod_adhoc_oauth2_client: Fix including final client_id in result form The client_id is composed of the details needed for retrieving the data, making it redundant to include in the data, albeit somewhat convenient sometimes. Decided to remove it anyways, but forgot to change the result.
author Kim Alvefur <zash@zash.se>
date Sun, 22 Nov 2020 17:00:26 +0100
parents 7a5dae85f26f
children
line wrap: on
line source

---
summary: HTTP request logging
...

Introduction
============

This module logs *outgoing* requests that go via the internal net.http API.

Output format liable to change.

Configuration
=============

One option is required, set `log_http_file` to the file path you would like to log to.

Compatibility
=============

  ----- -------
  0.10   Works (requires 375cf924fce1 or later)
  ----- -------