You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EnabledAutoHEADbool`xml:"enabledautohead,attr"`// ehanble HEAD routing, default is false, will add HEAD routing for all routes except for websocket and HEAD
50
50
EnabledAutoOPTIONSbool// enable OPTIONS routing, default is false, will add OPTIONS routing for all routes except for websocket and OPTIONS
51
-
EnabledAutoCORSbool`xml:"enabledautocors,attr"`// enable automatic CORS, if set, all [GET, POST, PUT, DELETE, OPTIONS] requests will allow CORS
52
51
EnabledIgnoreFaviconbool`xml:"enabledignorefavicon,attr"`// ignore favicon.ico request, return empty reponse if set
53
52
EnabledBindUseJsonTagbool`xml:"enabledbindusejsontag,attr"`// allow Bind to use JSON tag, default is false, Bind will use json tag automatically and ignore form tag
54
53
EnabledStaticFileMiddlewarebool// The flag which enabled or disabled middleware for static-file route
0 commit comments