Update httpclient.rst (#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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,