RESTEasy 系列 Chapter 七 @HeaderParam

RESTEasy 系列 Chapter 7 @HeaderParam@GETpublic String getBooks(@HeaderParam(From) String from) {.

RESTEasy 系列 Chapter 7 @HeaderParam

@GET public String getBooks(@HeaderParam("From") String from) { ... }

@PUT public void put(@HeaderParam("Content-Type") MediaType contentType, ...)

?

?

?

?

?

?

?

?