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
{{ message }}
This repository has been archived by the owner on May 5, 2024. It is now read-only.
PSR-7 is now accepted as a recommendation and quite a few frameworks are adopting it as a standard for HTTP request and responses.
The relevant part of PSR-7 to Upload is the UploadedFileInterface. It looks like something that the File class could possibly implement, though keep in mind that the PSR-7 objects are immutable value objects.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
PSR-7 is now accepted as a recommendation and quite a few frameworks are adopting it as a standard for HTTP request and responses.
The relevant part of PSR-7 to Upload is the
UploadedFileInterface
. It looks like something that theFile
class could possibly implement, though keep in mind that the PSR-7 objects are immutable value objects.The text was updated successfully, but these errors were encountered: