mirror of
https://github.com/python/cpython.git
synced 2026-01-08 08:22:41 +00:00
terminology
This commit is contained in:
parent
1303c7cb16
commit
019bd4a6c1
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ optional third argument is an encoding, by default UTF-8. The optional
|
|||
fourth argument is a debugging flag.
|
||||
|
||||
Both the HTTP and HTTPS transports support the URL syntax extension for
|
||||
HTTP Basic Authorization: \code{http://user:pass@host:port/path}. The
|
||||
HTTP Basic Authentication: \code{http://user:pass@host:port/path}. The
|
||||
\code{user:pass} portion will be base64-encoded as an HTTP `Authorization'
|
||||
header, and sent to the remote server as part of the connection process
|
||||
when invoking an XML-RPC method. You only need to use this if the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue