Uses of Class
com.google.appengine.api.urlfetch.HTTPRequest
-
Packages that use HTTPRequest Package Description com.google.appengine.api.urlfetch Provides a service to make HTTP/S requests of other servers on the internet. -
-
Uses of HTTPRequest in com.google.appengine.api.urlfetch
Methods in com.google.appengine.api.urlfetch with parameters of type HTTPRequest Modifier and Type Method Description HTTPResponse
URLFetchService. fetch(HTTPRequest request)
Execute the specified request and return its response.Future<HTTPResponse>
URLFetchService. fetchAsync(HTTPRequest request)
Asynchronously execute the specified request and return its response.
-