mirror of
https://github.com/OtusTeam/Spring.git
synced 2026-05-30 10:50:42 +00:00
43 lines
796 B
HTTP
43 lines
796 B
HTTP
###
|
|
GET http://localhost:8080/flux/one
|
|
Accept: */*
|
|
Content-Type: application/json
|
|
Cache-Control: no-cache
|
|
|
|
###
|
|
GET http://localhost:8080/flux/ten
|
|
Accept: */*
|
|
Content-Type: application/json
|
|
Cache-Control: no-cache
|
|
|
|
###
|
|
GET http://localhost:8080/stream
|
|
Accept: */*
|
|
Content-Type: application/json
|
|
Cache-Control: no-cache
|
|
|
|
###
|
|
GET http://localhost:8080/person
|
|
Accept: */*
|
|
Content-Type: application/json
|
|
Cache-Control: no-cache
|
|
|
|
###
|
|
GET http://localhost:8080/person/6442dbae1a17975cbbf4354d
|
|
Accept: */*
|
|
Content-Type: application/json
|
|
Cache-Control: no-cache
|
|
|
|
###
|
|
GET http://localhost:8080/func/person?name=Lermontov
|
|
Accept: */*
|
|
Content-Type: application/json
|
|
Cache-Control: no-cache
|
|
|
|
###
|
|
GET http://localhost:8080/func/person?age=22
|
|
Accept: */*
|
|
Content-Type: application/json
|
|
Cache-Control: no-cache
|
|
|