Skip to content

aJanefish/ZyServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZyServer

个人简单服务器

GET

curl http://localhost:3434/okhttp
curl http://localhost:3434/okhttp

{"code":200,"msg":"OK","data":"GET from Server,Your Msg is :"}
curl -I http://localhost:3434/okhttp

HTTP/1.1 200 OK
Date: Thu, 24 Sep 2020 00:10:47 GMT
Content-Type: application/json; charset=UTF-8
author: zy
Connection: close
Server: Jetty(9.3.2.v20150730)

POST

curl -X POST http://localhost:3434/okhttp
curl -X POST http://localhost:3434/okhttp

{"code":200,"msg":"OK","data":"POST from Server,Your Msg is :"}

Releases

No releases published

Packages

No packages published

Languages