SP.PageRequest.get() Method
Applies to: SharePoint Foundation 2010
Sets the "GET" web request.
SP.PageRequest.get();
Remarks
This method sets the HTTP verb to "GET", registers the internal handler for the completed request event of the web request, and executes the web request. The internal handler for the completed request calls the handler for the succeeded or failed event, depending upon the results of the request.