Skip to content

Commit 9d803f6

Browse files
committed
Merge branch 'main' of github.com:taybart/rest
2 parents ad5b258 + 82aae04 commit 9d803f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@ locals {
1010
}
1111
1212
// test
13-
request {
14-
label = "hell_yeah"
13+
request "hell_yeah" {
1514
method = "GET"
1615
headers = [
1716
"X-TEST: you:😄",
1817
]
1918
url = "${locals.url}/get"
2019
}
2120
22-
request {
21+
request "my_post" {
2322
method = "POST"
2423
url = "${locals.url}/post"
2524
headers = [

0 commit comments

Comments
 (0)