We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997fe12 commit 41ae4e5Copy full SHA for 41ae4e5
tests/get_with_host.http
@@ -1,2 +1,11 @@
1
+###
2
+# test with Host
3
+
4
GET /api/users?page=5
5
Host: https://reqres.in
6
7
8
+# test with port
9
10
+GET /api/users?page=5
11
+Host: https://reqres.in:443
0 commit comments