RESTEasy 系列 Chapter 7 @HeaderParam
@GET public String getBooks(@HeaderParam("From") String from) { ... }
@PUT public void put(@HeaderParam("Content-Type") MediaType contentType, ...)
?
?
?
?
?
?
?
?
发布时间: 2013-04-02 12:35:26 作者: rapoo
RESTEasy 系列 Chapter 7 @HeaderParam
@GET public String getBooks(@HeaderParam("From") String from) { ... }
@PUT public void put(@HeaderParam("Content-Type") MediaType contentType, ...)
?
?
?
?
?
?
?
?