From 32a114ccfd28fbf9858bb358f74a90ff655c9419 Mon Sep 17 00:00:00 2001 From: Julian Reschke Date: Tue, 17 Apr 2018 17:56:12 +0200 Subject: [PATCH] bcp56bis: split message exchange into two figures --- draft-ietf-httpbis-bcp56bis.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/draft-ietf-httpbis-bcp56bis.md b/draft-ietf-httpbis-bcp56bis.md index f88aaeaa4..ed4869bd8 100644 --- a/draft-ietf-httpbis-bcp56bis.md +++ b/draft-ietf-httpbis-bcp56bis.md @@ -251,12 +251,14 @@ can specify that it uses HTTP like this: When specifying examples of protocol interactions, applications SHOULD document both the request and response messages, with full headers, preferably in HTTP/1.1 format. For example: -~~~ +~~~ example GET /thing HTTP/1.1 Host: example.com Accept: application/things+json User-Agent: Foo/1.0 +~~~ +~~~ example HTTP/1.1 200 OK Content-Type: application/things+json Content-Length: 500