Dariusz Debowczyk
Dariusz Debowczyk
With new HTTP client caching responses is not currently supported.
Might be related: https://github.com/guzzle/guzzle/issues/1582
Please check `responseModel: Sequence::of(YourClass::class)` + streaming on - I think it might be what you are looking for. https://docs.instructorphp.com/advanced/sequences If that's not the case, feel free to suggest how this...
Marked for closing as it is supported out of the box for streaming. Async is not yet supported by Instructor.
Async is not yet supported, the code is prototype / work-in-progress. Do not use it. I will be working on it after 1.0 release.
HTTP middleware is most likely not a good way to do most forms of request distribution across multiple providers. One reason is that provider APIs are different - more or...