Skip to content

Atotomu/reactor-netty-jersey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

reactor-netty-ext

支持jersey

请求方式
curl -X POST 
	http://localhost:8080/hot/post 
	-H 'cache-control: no-cache' 
	-H 'content-type: application/json' 
	-d '{"first_name":"li","name":"le","id":200}'
返回结果
{
	"name": "keke",
	"id": 200,
	"first_name": "li"
}

About

reactor-netty-ext

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages