File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- version : " 3.9" # optional since v1.27.0
1+ version : " 3.9"
22services :
33 db :
44 image : mysql:5.7
Original file line number Diff line number Diff line change 1+ GET http://localhost:8080/api/topics HTTP/1.1
2+
3+ ###
4+ POST http://localhost:8080/api/topics HTTP/1.1
5+ content-type: application/json
6+
7+ {
8+ "name" : " Docker images"
9+ }
10+
11+ ###
12+
13+ POST http://localhost:8080/api/topics HTTP/1.1
14+ content-type: application/json
15+
16+ {
17+ "name" : " Docker volumes"
18+ }
19+
20+ ###
21+
22+ POST http://localhost:8080/api/topics HTTP/1.1
23+ content-type: application/json
24+
25+ {
26+ "name" : " Docker networking"
27+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments