You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to fibers, the amphp/http-client v5 has a "sync" interface: it gets rid of promises & generators. It is now possible to implement the PSR-18: HTTP Client.
Thanks to fibers, the
amphp/http-client v5has a "sync" interface: it gets rid of promises & generators. It is now possible to implement the PSR-18: HTTP Client.Benefits:
psr/http-client-implementationcould become asynchronous when used with AMP.