Skip to content

Commit 625db4b

Browse files
committed
docs: remove itailc
1 parent ad92ce6 commit 625db4b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

user_guide_src/source/libraries/curlrequest.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ examples of how the combinations are resolved.
116116
===================== ================ ========================
117117
baseURI URI Result
118118
===================== ================ ========================
119-
`http://foo.com` /bar `http://foo.com/bar`
120-
`http://foo.com/foo` /bar `http://foo.com/bar`
121-
`http://foo.com/foo` bar `http://foo.com/bar`
122-
`http://foo.com/foo/` bar `http://foo.com/foo/bar`
123-
`http://foo.com` `http://baz.com` `http://baz.com`
124-
`http://foo.com/?bar` bar `http://foo.com/bar`
119+
\http://foo.com /bar \http://foo.com/bar
120+
\http://foo.com/foo /bar \http://foo.com/bar
121+
\http://foo.com/foo bar \http://foo.com/bar
122+
\http://foo.com/foo/ bar \http://foo.com/foo/bar
123+
\http://foo.com \http://baz.com \http://baz.com
124+
\http://foo.com/?bar bar \http://foo.com/bar
125125
===================== ================ ========================
126126

127127
Using Responses

0 commit comments

Comments
 (0)