mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
Add match_on option scheme in configuration.rst
Minor documentation corrections: The list of ``match_on`` options was missing ``scheme``. Also, an unneeded period appeared after URI.
This commit is contained in:
committed by
Jair Henrique
parent
35378d046f
commit
6fff3ab952
@@ -42,7 +42,8 @@ This can be configured by changing the ``match_on`` setting.
|
|||||||
The following options are available :
|
The following options are available :
|
||||||
|
|
||||||
- method (for example, POST or GET)
|
- method (for example, POST or GET)
|
||||||
- uri (the full URI.)
|
- uri (the full URI)
|
||||||
|
- scheme (for example, HTTP or HTTPS)
|
||||||
- host (the hostname of the server receiving the request)
|
- host (the hostname of the server receiving the request)
|
||||||
- port (the port of the server receiving the request)
|
- port (the port of the server receiving the request)
|
||||||
- path (the path of the request)
|
- path (the path of the request)
|
||||||
|
|||||||
Reference in New Issue
Block a user