Skip to content

Commit 785209b

Browse files
authored
Merge pull request #16 from codeguru42/android
Requests
2 parents fb008d9 + f098814 commit 785209b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

http-client.env.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"local": {
3+
"host": "localhost",
4+
"port": "8000"
5+
},
6+
"private": {
7+
"host": "192.168.1.2",
8+
"port": "8000"
9+
}
10+
}

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)