Swag: Gorilla mux support

Created on 17 Oct 2018  路  1Comment  路  Source: swaggo/swag

Is there a plan to add gorilla mux support any time soon?
It is one of the most popular HTTP request multiplexer around and I am quite surprised, it is not already supported yet.

question

Most helpful comment

you can use swaggo/http-swagger to support for gorilla/mux because it It implements the http.Handler Examples code as following:

https://github.com/swaggo/http-swagger/blob/d2bf002bf65b31fc7f152b174c07a6bce5e0a50f/example/gorilla/main.go#L1-L29

>All comments

you can use swaggo/http-swagger to support for gorilla/mux because it It implements the http.Handler Examples code as following:

https://github.com/swaggo/http-swagger/blob/d2bf002bf65b31fc7f152b174c07a6bce5e0a50f/example/gorilla/main.go#L1-L29

Was this page helpful?
0 / 5 - 0 ratings

Related issues

welenlin picture welenlin  路  3Comments

hoangtuan151 picture hoangtuan151  路  4Comments

JimChung0403 picture JimChung0403  路  3Comments

padurean picture padurean  路  6Comments

fannheyward picture fannheyward  路  3Comments