Gorilla

Mux = Multiplexer

Gorilla Mux = multiplex routes(URL) to different handlers(process the given request).

Path-based matching

Query based matching

Domain-based matching

Sub-domain based matching

Reverse URL generation

ServeMux = routing it’s URL to handlers

Last updated

Was this helpful?