mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 08:25:40 +00:00
* To aid in debugging log API request and response bodies at trace level. Events can be correlated using the X-Reference-Id. * Server now echos X-Reference-Id from client if set, otherwise generates an unique id. * Move logic for X-Reference-Id into middleware * Change uses of Header.Add() to Set() when setting Content-Type * Log API operations in Apache format using gorilla middleware * Port server code to use BaseContext and ConnContext Fixes #10053 Signed-off-by: Jhon Honce <jhonce@redhat.com> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| test_v2_0_0_container.py | ||
| test_v2_0_0_image.py | ||
| test_v2_0_0_manifest.py | ||
| test_v2_0_0_network.py | ||
| test_v2_0_0_pod.py | ||
| test_v2_0_0_system.py | ||
| test_v2_0_0_volume.py | ||
| v1_test_rest_v1_0_0.py | ||