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
As of today, http::generator provides some standard HTTP responses. These are mainly provided for convenience and are only used in very few places within the library itself.
It might make sense to extend this concept and provide a user-registerable generator. This way, whenever the library itself needs to generate such a standard response, it will invoke some user supplied code to generate the actual responses.
The text was updated successfully, but these errors were encountered:
As of today,
http::generator
provides some standard HTTP responses. These are mainly provided for convenience and are only used in very few places within the library itself.It might make sense to extend this concept and provide a user-registerable generator. This way, whenever the library itself needs to generate such a standard response, it will invoke some user supplied code to generate the actual responses.
The text was updated successfully, but these errors were encountered: