Uses of Class
com.google.appengine.api.urlfetch.HTTPRequest
Packages that use HTTPRequest
Package
Description
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 HTTPRequestModifier and TypeMethodDescriptionURLFetchService.fetch
(HTTPRequest request) Execute the specified request and return its response.URLFetchService.fetchAsync
(HTTPRequest request) Asynchronously execute the specified request and return its response.