16.4.4 抽取响应的元数据
Date lastModified = new Date(response.getHeaders().getLastModified());public List<MediaType> getAccept{) { ...}
public List<Charset> getAcceptCharset() { ...}
public Set<HttpMethod> getAllow() { ...}
public String getCacheControl{) { ...}
public List<String> getConnection() { ...}
public long getContentLength() { ...}
public MediaType getContentType() { ...}
public long getDate() ( ...)
public String getETagO { ...}
public long getExpires() { ...}
public long getlfNotModifiedSince() { ...}
public List<String> getlfNoneMatch() { ...}
public long getLastModified() { ...}
public URI getLocation() { ...}
public String getOrigin{) { ...}
public String getPragma{) { ...}
public String getUpgrade() { ...}Last updated