File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed 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
46
46
2 . ` getCookies ` - Get the cookies for the request as an array.
47
47
3 . ` getContentType ` - Get the content type of the request.
48
48
4 . ` 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.
50
50
51
51
[ Back to Top] ( #services )
52
52
@@ -55,6 +55,7 @@ The HttpRequestInterface contains methods for working with web requests. This cl
55
55
2 . ` getResponseAsString ` - Gets the response as a string
56
56
3 . ` getResponseAsXml ` - Gets the response as a SimpleXMLElement.
57
57
4 . ` getResponseAsJson ` - Get the response as a stdClass from a JSON string.
58
+ 5 . ` getResponseCode ` - Get the HTTP response code for the response.
58
59
59
60
[ Back to Top] ( #services )
60
61
# Sample Service class request usage
You can’t perform that action at this time.
0 commit comments