Skip to content

Commit 9a691e6

Browse files
committed
fixed bug and added client.http requests
1 parent 3f6d7bb commit 9a691e6

File tree

3 files changed

+28
-314
lines changed

3 files changed

+28
-314
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
GET http://localhost:5000/api/topics HTTP/1.1
2+
3+
###
4+
POST http://localhost:5000/api/topics HTTP/1.1
5+
content-type: application/json
6+
7+
{
8+
"TopicName": "Docker images"
9+
}
10+
11+
###
12+
13+
POST http://localhost:5000/api/topics HTTP/1.1
14+
content-type: application/json
15+
16+
{
17+
"TopicName": "Docker volumes"
18+
}
19+
20+
###
21+
22+
POST http://localhost:5000/api/topics HTTP/1.1
23+
content-type: application/json
24+
25+
{
26+
"TopicName": "Docker networking"
27+
}

0 commit comments

Comments
 (0)