1
0
Files
PayPal-PHP-Server-SDK/doc/http-response.md
2024-09-04 15:55:32 +00:00

266 B

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.