glu service Glu的简单乒乓服务(求职面试)
休息服务简单的REST JSON/XML Web服务。要执行ping方法,请发送以下HTTP请求:
POST /glu-service/handler HTTP/1.1
User-Agent: curl/7.37.1
Host: localhost:8080
Content-Type: application/json
Accept: application/json
Content-Length: 11
{\"ping\":{}}
你会收到类似的回复:
HTTP/1.1 200 OK
Set-Cookie: USER_ID=40ab2e72-36e5-4273-b29a-d2439a027e27
Content-Type: application/json
Transfer-Encoding: chunked
Server: Jetty(6.1.25)
{\"count\":\"\"
下载地址
用户评论