Skip to content

Commit

Permalink
Add another base_uri example in documentation (#3189)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapa committed Dec 3, 2023
1 parent d68085a commit 9338d98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ The client constructor accepts an associative array of options:
``http://foo.com/foo`` ``/bar`` ``http://foo.com/bar``
``http://foo.com/foo`` ``bar`` ``http://foo.com/bar``
``http://foo.com/foo/`` ``bar`` ``http://foo.com/foo/bar``
``http://foo.com/foo/`` ``/bar`` ``http://foo.com/bar``
``http://foo.com`` ``http://baz.com`` ``http://baz.com``
``http://foo.com/?bar`` ``bar`` ``http://foo.com/bar``
======================= ================== ===============================
Expand Down

0 comments on commit 9338d98

Please sign in to comment.