Skip to content

Commit f09fbc2

Browse files
committed
Create environment for http requests
1 parent fb008d9 commit f09fbc2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

http-client.env.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"dev": {
3+
"host": "localhost",
4+
"port": "8000"
5+
}
6+
}

requests.http

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
POST http://localhost:8000/capture/
1+
POST http://{{host}}:{{port}}/capture/
22
Content-Type: multipart/form-data; boundary=WebAppBoundary
33

44
--WebAppBoundary

0 commit comments

Comments
 (0)