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 for making an effort in building up the PSR middleware ecosystem.
I was wondering why you choose to name this package UUID. It seems its more about assigning identity to individual requests than about the particular ID used.
The text was updated successfully, but these errors were encountered:
This middleware not only identify the request but also the response returned, so it's usefult for debug purposes. The UUID specification guarantee uniqueness across space and time, so I think it's a good name to identify a request->response cycle.
I think it would be good to rename this package, or have a separate middlewares/request-identity package that would allow for both UUID and custom identifiers via interface:
I don't know if it's possible to rename this package without break other things (like dependents). If it's problematic, a new package that deprecates this could be ok.
Thanks for making an effort in building up the PSR middleware ecosystem.
I was wondering why you choose to name this package UUID. It seems its more about assigning identity to individual requests than about the particular ID used.
The text was updated successfully, but these errors were encountered: