Returns the request used to load this response. @return the request used to load this response
()
| 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. |
no outgoing calls