File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -963,9 +963,9 @@ every request.
963
963
964
964
Here are some common examples of how ``base_uri `` merging works in practice:
965
965
966
- ========================== ================== ==========================
966
+ ========================== ================== =============================
967
967
``base_uri `` Relative URI Actual Requested URI
968
- ========================== ================== ==========================
968
+ ========================== ================== =============================
969
969
http://example.org /bar http://example.org/bar
970
970
http://example.org/foo /bar http://example.org/bar
971
971
http://example.org/foo bar http://example.org/bar
@@ -977,7 +977,7 @@ http://example.org/api/v4 /bar http://example.org/bar
977
977
http://example.org/api/v4/ /bar http://example.org/bar
978
978
http://example.org/api/v4 bar http://example.org/api/bar
979
979
http://example.org/api/v4/ bar http://example.org/api/v4/bar
980
- ========================== ================== ==========================
980
+ ========================== ================== =============================
981
981
982
982
bindto
983
983
......
You can’t perform that action at this time.
0 commit comments