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.
963963
964964Here are some common examples of how ``base_uri `` merging works in practice:
965965
966- ========================== ================== ==========================
966+ ========================== ================== =============================
967967``base_uri `` Relative URI Actual Requested URI
968- ========================== ================== ==========================
968+ ========================== ================== =============================
969969http://example.org /bar http://example.org/bar
970970http://example.org/foo /bar http://example.org/bar
971971http://example.org/foo bar http://example.org/bar
@@ -977,7 +977,7 @@ http://example.org/api/v4 /bar http://example.org/bar
977977http://example.org/api/v4/ /bar http://example.org/bar
978978http://example.org/api/v4 bar http://example.org/api/bar
979979http://example.org/api/v4/ bar http://example.org/api/v4/bar
980- ========================== ================== ==========================
980+ ========================== ================== =============================
981981
982982bindto
983983......
You can’t perform that action at this time.
0 commit comments