Custom HTTP Response Headers with Restlet
Form responseHeaders = (Form) getResponse().getAttributes().get("org.restlet.http.headers");
if (responseHeaders == null)
{
responseHeaders = new Form();
getResponse().getAttributes().put("org.res...
原创
2011-08-30 15:41:42 ·
203 阅读 ·
0 评论