lukemim
lukemim
**Preconditions** * HeidiSQL version: 12.6.0.6765 * Database type and version: MySQL 8 * OS: Windows 10 Pro **Describe the bug** When viewing the data of a table with a lot...
```php $response = \Httpful\Request::post($url) ->expectsJson() ->body(['abc'=>123], \Httpful\Mime::FORM) ->send(); ``` results in incorrect response body parsing, for example: `Array (size=1) '{"exampleResponseFromServer":"data processed successfully"}' => string '' (length=0)` (the entire raw response...
I hoped I could use this as an alternative to curl, especially because I couldn't find curl mentioned in the requirements and because httpful is advertised as being an "alternative...