String extractor
Extract values from *http.Request or http.ResponseWriter
Last updated
Was this helpful?
Extract values from *http.Request or http.ResponseWriter
Last updated
Was this helpful?
If you want to extract a value based on a tag name you can create your own string extractor.
You just need to implement:
Then before declaring your routes add your interface implementation to the list of StringsExtractors in the config.
Like that: