MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / getWebRequest

Method getWebRequest

src/main/java/org/htmlunit/WebResponse.java:96–98  ·  view source on GitHub ↗

Returns the request used to load this response. @return the request used to load this response

()

Source from the content-addressed store, hash-verified

94 * @return the request used to load this response
95 */
96 public WebRequest getWebRequest() {
97 return request_;
98 }
99
100 /**
101 * Returns the response headers as a list of {@link NameValuePair}s.

Callers 15

doTestRedirectionMethod · 0.95
makeWebResponseMethod · 0.95
getWebResponseMethod · 0.95
basicMethod · 0.95
getContentCharsetMethod · 0.95
getReferrerMethod · 0.95
processRefreshMethod · 0.95

Calls

no outgoing calls