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

Method getWebResponse

src/main/java/org/htmlunit/AbstractPage.java:64–67  ·  view source on GitHub ↗

Returns the web response that was originally used to create this page. @return the web response that was originally used to create this page

()

Source from the content-addressed store, hash-verified

62 * @return the web response that was originally used to create this page
63 */
64 @Override
65 public WebResponse getWebResponse() {
66 return webResponse_;
67 }
68
69 /**
70 * Returns the window that this page is sitting inside.

Callers 1

getUrlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected