Extractors

An extractor is a function that retrieves a value or string from a path with the request/response. For example, if you want to use gorilla mux path parameter instead of chi, you can write a string extractor for mux.

pageOverride a default hook

Last updated