mirror of
https://github.com/OtusTeam/Spring.git
synced 2026-05-30 10:50:42 +00:00
48 lines
858 B
HTTP
48 lines
858 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 curl
|
|
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
|
|
|
|
###
|
|
GET http://localhost:8080/func/person/1
|
|
Accept: */*
|
|
Content-Type: application/json
|
|
Cache-Control: no-cache
|