File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ The HttpRequestInterface contains methods for working with web requests. This cl
46462 . ` getCookies ` - Get the cookies for the request as an array.
47473 . ` getContentType ` - Get the content type of the request.
48484 . ` getHeaders ` - Get all the headers as an array.
49- 5 . ` getResponseCode ` - Get the HTTP response code for the request.
49+ 5 . ` getResponseCode ` - Get the HTTP response code for the last request.
5050
5151[ Back to Top] ( #services )
5252
@@ -55,6 +55,7 @@ The HttpRequestInterface contains methods for working with web requests. This cl
55552 . ` getResponseAsString ` - Gets the response as a string
56563 . ` getResponseAsXml ` - Gets the response as a SimpleXMLElement.
57574 . ` getResponseAsJson ` - Get the response as a stdClass from a JSON string.
58+ 5 . ` getResponseCode ` - Get the HTTP response code for the response.
5859
5960[ Back to Top] ( #services )
6061# Sample Service class request usage
You can’t perform that action at this time.
0 commit comments