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

15 lines
350 B
Markdown

# HttpRequest
Represents a single Http Request.
## Methods
| Name | Type | Description |
| --- | --- | --- |
| getHttpMethod() | string | The HTTP method of the request. |
| getQueryUrl() | string | The endpoint URL for the API request. |
| getHeaders() | array | Request headers. |
| getParameters() | array | Input parameters for the body. |