forked from LiveCarta/PayPal-PHP-Server-SDK
Beta Release 0.5.0 (#3)
* Automated commit message * Automated commit message * Automated commit message * Automated commit message --------- Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
This commit is contained in:
13
doc/http-response.md
Normal file
13
doc/http-response.md
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
# HttpResponse
|
||||
|
||||
Http response received.
|
||||
|
||||
## Methods
|
||||
|
||||
| Name | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| getStatusCode() | int | The status code of the response. |
|
||||
| getHeaders() | array | Response headers. |
|
||||
| getRawBody() | string | Raw body of the response. |
|
||||
|
||||
Reference in New Issue
Block a user