[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/php-ai-client/src/Providers/Http/Contracts/ -> ClientWithOptionsInterface.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

ClientWithOptionsInterface:: (1 method):
  sendRequestWithOptions()


Interface: ClientWithOptionsInterface  - X-Ref

Interface for HTTP clients that support per-request transport options.

Extends the capabilities of PSR-18 clients by allowing custom transport
configuration such as timeouts and redirect handling on each request.

sendRequestWithOptions(RequestInterface $request, RequestOptions $options)   X-Ref
Sends an HTTP request with the given transport options.

return: ResponseInterface The PSR-7 response received.
param: RequestInterface $request The PSR-7 request to send.
param: RequestOptions $options The request transport options. Must not be null.



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