Update httpclient.rst (#1538)

This commit was merged in pull request #1538.
This commit is contained in:
Earle F. Philhower, III
2023-06-15 07:20:15 -07:00
committed by GitHub
parent 3d6a1c7b41
commit 50646b9e70
+1 -1
View File
@@ -1,7 +1,7 @@
HTTPClient Library
==================
A simple HTTP requestor that can handle both HTTP and HTTPS requests is
A simple HTTP requester that can handle both HTTP and HTTPS requests is
included as the ``HTTPClient`` library.
Check the examples for use under HTTP and HTTPS configurations. In general,