From 044dc540aaf3950695602e849906969aed7e6a46 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 4 May 2021 16:15:59 +0200 Subject: be consistent with "request" vs "entity" headers --- doc/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api.md') diff --git a/doc/api.md b/doc/api.md index c747aa2..638b753 100644 --- a/doc/api.md +++ b/doc/api.md @@ -12,7 +12,7 @@ The log implements an HTTP(S) API: - Requests to the log use the HTTP GET method. - Input data (in requests) and output data (in responses) are expressed as ASCII-encoded key/value pairs. -- Requests use HTTP request headers for input data while responses use +- Requests use HTTP entity headers for input data while responses use the HTTP message body for output data. - Binary data is hex-encoded before being transmitted. -- cgit v1.2.3