Open amills-vibeirl opened 12 months ago
Check this out:
We can GetQueries, GetName, GetMethods, but we cannot GetHeaders ?
I am trying to registerRoutes so that can create API documentation that's faithful and automatic.
it's also very unclear what "GetVarNames()" does
I am looking for a method on Route that returns the registered acceptable Headers for the router to match the request to the handler
No response
If we do a fix for this, let's keep in mind this related issue: https://github.com/gorilla/mux/issues/744
Is there an existing feature request for this?
Is your feature request related to a problem? Please describe.
Check this out:
We can GetQueries, GetName, GetMethods, but we cannot GetHeaders ?
I am trying to registerRoutes so that can create API documentation that's faithful and automatic.
it's also very unclear what "GetVarNames()" does
Describe the solution that you would like.
I am looking for a method on Route that returns the registered acceptable Headers for the router to match the request to the handler
Describe alternatives you have considered.
No response
Anything else?
No response