[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/php-ai-client/src/Providers/Http/Contracts/ -> HttpTransporterInterface.php (summary)

(no description)

File Size: 29 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

HttpTransporterInterface:: (1 method):
  send()


Interface: HttpTransporterInterface  - X-Ref

Interface for HTTP transport implementations.

Handles sending HTTP requests and receiving responses using
PSR-7, PSR-17, and PSR-18 standards internally.

send(Request $request, ?RequestOptions $options = null)   X-Ref
Sends an HTTP request and returns the response.

return: Response The response received.
param: Request $request The request to send.
param: RequestOptions|null $options Optional transport options for the request.



Generated : Sat Jun 13 09:38:55 2026 Cross-referenced by PHPXref