Skip to content

Commit 1036d88

Browse files
committed
Update headers example request
1 parent a497ef8 commit 1036d88

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

examples/valid/headers.reqlang

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
```%request
22
GET https://httpbin.org/headers HTTP/1.1
33
Content-Type: application/json
4+
x-reqlang: 1234567890abcdef
45
```
5-
6-
```%response
7-
HTTP/1.1 200 OK
8-
9-
{
10-
"headers": {
11-
"Accept": "*/*",
12-
"Content-Type": "application/json",
13-
"Host": "httpbin.org",
14-
}
15-
}
16-
```

0 commit comments

Comments
 (0)