From e7cd76ecac509e5cf145204147de731edae178bd Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 24 May 2019 10:34:16 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e64ca39a..023a01a0 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Alternatively, async requests: >>> client = httpcore.AsyncClient() >>> response = await client.get('https://example.com') >>> response.status_code - + >>> response.protocol 'HTTP/2' >>> response.text @@ -115,7 +115,7 @@ inspiration around the lower level networking details. *An HTTP response.* * `def __init__(...)` -* `.status_code` - **int** +* `.status_code` - **int** (Usually an instance of the `StatusCode` IntEnum.) * `.reason_phrase` - **str** * `.protocol` - `"HTTP/2"` or `"HTTP/1.1"` * `.url` - **URL** -- 2.47.3