From f16526fff15193d1d6280e02b6f790a3d49de68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Demonchaux?= Date: Fri, 18 Oct 2024 09:22:52 +0200 Subject: [PATCH] md lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Demonchaux --- docs/book/intro.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/book/intro.md b/docs/book/intro.md index 18581cbd..13d9dba6 100644 --- a/docs/book/intro.md +++ b/docs/book/intro.md @@ -7,10 +7,10 @@ abstractions: - Context-less `Request` and `Response` classes that expose a fluent API for introspecting several aspects of HTTP messages: - - Request line information and response status information - - Parameters, such as those found in POST and GET - - Message Body - - Headers + - Request line information and response status information + - Parameters, such as those found in POST and GET + - Message Body + - Headers - A client implementation with various adapters that allow for sending requests and introspecting responses.