Skip to content

Commit 6fff3ab

Browse files
jshprentzjairhenrique
authored andcommitted
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.
1 parent 35378d0 commit 6fff3ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/configuration.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ This can be configured by changing the ``match_on`` setting.
4242
The following options are available :
4343

4444
- method (for example, POST or GET)
45-
- uri (the full URI.)
45+
- uri (the full URI)
46+
- scheme (for example, HTTP or HTTPS)
4647
- host (the hostname of the server receiving the request)
4748
- port (the port of the server receiving the request)
4849
- path (the path of the request)

0 commit comments

Comments
 (0)