aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2021-05-04 16:15:59 +0200
committerLinus Nordberg <linus@nordberg.se>2021-05-04 16:15:59 +0200
commit044dc540aaf3950695602e849906969aed7e6a46 (patch)
tree0a15ade9bba71a5754d515f8c4d09cb416f9cb43 /doc
parent9ee06539685bdcaea84b3daede5354d83264c1e4 (diff)
be consistent with "request" vs "entity" headers
Diffstat (limited to 'doc')
-rw-r--r--doc/api.md2
1 files changed, 1 insertions, 1 deletions
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.