-
Notifications
You must be signed in to change notification settings - Fork 0
/
cloud-cdnd-c2-final.postman_collection.json
63 lines (63 loc) · 1.27 KB
/
cloud-cdnd-c2-final.postman_collection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"info": {
"_postman_id": "4bcf1909-8996-44b7-be35-b130ab03d12f",
"name": "cloud-cdnd-c2-final",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "http://localhost:8082/filteredimage?image_url=https://timedotcom.files.wordpress.com/2019/03/kitten-report.jpg",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://{{HOST}}/filteredimage?image_url=https://timedotcom.files.wordpress.com/2019/03/kitten-report.jpg",
"protocol": "http",
"host": [
"{{HOST}}"
],
"path": [
"filteredimage"
],
"query": [
{
"key": "image_url",
"value": "https://timedotcom.files.wordpress.com/2019/03/kitten-report.jpg"
}
]
}
},
"response": []
}
],
"event": [
{
"listen": "prerequest",
"script": {
"id": "5887df52-1889-4e1f-82ee-054ab37b450a",
"type": "text/javascript",
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"id": "5e332dfe-c833-430b-b947-ab6c00311c28",
"type": "text/javascript",
"exec": [
""
]
}
}
],
"variable": [
{
"id": "1df3d31a-de30-494b-a3d0-f1228dd8713c",
"key": "HOST",
"value": "localhost:8082",
"type": "string"
}
]
}