-
Declaration of Algolia\AlgoliaSearch\Http\Psr7\Uri::withScheme(string $scheme): Psr\Http\Message\UriInterface must be compatible with Psr\Http\Message\UriInterface::withScheme($scheme)
-
Hello,
I wanted to use `Uri::getBaseUrl` from the decorated UriInterface but it is not defined. When I use `$request->getUri()`, the returned object is an instance of `Slim/Psr7/Uri`, I think it sh…
-
I have set all the code up and try to send either the send or sendDebug method and it throws the below error.
`Fatal error: Declaration of GuzzleHttp\Psr7\Uri::withScheme($scheme) must be compati…
-
是否可以通过基于Swow\Socket 实现一个WebSocket 以及 HTTP2 客户端
如下示例
> WebSocket Client
```php
-
- Algolia Client Version: 3.4.0, 3.4.1
### Description
composer./json states that either versions 1 or 2 of psr http-message are compliant :
```json
"psr/http-message": "^1.0 || ^2.0",
```
In …
-
I'm sending a POST request via Guzzle ("guzzlehttp/guzzle": "^6.3") but whatever I do the body is always NULL.
```php
-
Today, I updated to latest version 3.1.4 (from 3.1.3) of the API and it broke everything.
First, I got this Fatal Error...
```
Fatal error: Uncaught TypeError: Argument 1 passed to Dotenv\D…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
If I enter an anchor link like `#top` to the target of a shortcut, the result is an a-tag wit…
-
Dear dsltip,
First I want to thank you for this PHP package that works well to control Samsung TV.
We have the project to incule this into a domotic box, and we could not upload the full "vendor" pa…
-
Hi, tell me how can I make any handler and register it in your library or implement it through the http-client so that I can log all the requests and answers? Do you have any idea how this can be impl…