Skip to content

HTTPMethod Enum Internal

This enumeration defines the supported HTTP methods used internally for building request classes. It is not part of the public API surface and exists solely to standardize how HTTP requests are constructed and executed within the SDK.

ValueDescription
OPTIONSHTTP OPTIONS method
GETHTTP GET method
PATCHHTTP PATCH method
POSTHTTP POST method
PUTHTTP PUT method
DELETEHTTP DELETE method

Example

php
use Rat\eBaySDK\Enums\HTTPMethod;

HTTPMethod::GET;

This software is not an official eBay product and is not associated with, sponsored by, or endorsed by eBay Inc.