Home
last modified time | relevance | path

Searched refs:HandlerFunc (Results 1 – 25 of 6402) sorted by relevance

12345678910>>...257

/dports/net/concourse-fly/concourse-6.7.1/atc/api/
H A Dhandler.go109 atc.GetConfig: http.HandlerFunc(configServer.GetConfig),
110 atc.SaveConfig: http.HandlerFunc(configServer.SaveConfig),
112 atc.GetCC: http.HandlerFunc(ccServer.GetCC),
124 atc.GetCheck: http.HandlerFunc(checkServer.GetCheck),
191 atc.DownloadCLI: http.HandlerFunc(cliServer.Download),
192 atc.GetInfo: http.HandlerFunc(infoServer.Info),
193 atc.GetInfoCreds: http.HandlerFunc(infoServer.Creds),
209 atc.GetTeam: http.HandlerFunc(teamServer.GetTeam),
218 atc.GetWall: http.HandlerFunc(wallServer.GetWall),
219 atc.SetWall: http.HandlerFunc(wallServer.SetWall),
[all …]
/dports/misc/concourse/concourse-6.7.2/atc/api/
H A Dhandler.go109 atc.GetConfig: http.HandlerFunc(configServer.GetConfig),
110 atc.SaveConfig: http.HandlerFunc(configServer.SaveConfig),
112 atc.GetCC: http.HandlerFunc(ccServer.GetCC),
124 atc.GetCheck: http.HandlerFunc(checkServer.GetCheck),
191 atc.DownloadCLI: http.HandlerFunc(cliServer.Download),
192 atc.GetInfo: http.HandlerFunc(infoServer.Info),
193 atc.GetInfoCreds: http.HandlerFunc(infoServer.Creds),
209 atc.GetTeam: http.HandlerFunc(teamServer.GetTeam),
218 atc.GetWall: http.HandlerFunc(wallServer.GetWall),
219 atc.SetWall: http.HandlerFunc(wallServer.SetWall),
[all …]
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/gin-gonic/gin/
H A Droutergroup.go17 Group(string, ...HandlerFunc) *RouterGroup argument
21 Use(...HandlerFunc) IRoutes argument
23 Handle(string, string, ...HandlerFunc) IRoutes argument
24 Any(string, ...HandlerFunc) IRoutes argument
25 GET(string, ...HandlerFunc) IRoutes argument
26 POST(string, ...HandlerFunc) IRoutes argument
27 DELETE(string, ...HandlerFunc) IRoutes argument
28 PATCH(string, ...HandlerFunc) IRoutes argument
29 PUT(string, ...HandlerFunc) IRoutes argument
30 OPTIONS(string, ...HandlerFunc) IRoutes argument
[all …]
/dports/databases/go-pgweb/pgweb-0.11.7/vendor/github.com/gin-gonic/gin/
H A Droutergroup.go16 Group(string, ...HandlerFunc) *RouterGroup argument
20 Use(...HandlerFunc) IRoutes argument
22 Handle(string, string, ...HandlerFunc) IRoutes argument
23 Any(string, ...HandlerFunc) IRoutes argument
24 GET(string, ...HandlerFunc) IRoutes argument
25 POST(string, ...HandlerFunc) IRoutes argument
26 DELETE(string, ...HandlerFunc) IRoutes argument
27 PATCH(string, ...HandlerFunc) IRoutes argument
28 PUT(string, ...HandlerFunc) IRoutes argument
29 OPTIONS(string, ...HandlerFunc) IRoutes argument
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/go-chi/chi/v5/
H A Dchi.go98 Connect(pattern string, h http.HandlerFunc) argument
99 Delete(pattern string, h http.HandlerFunc) argument
100 Get(pattern string, h http.HandlerFunc) argument
101 Head(pattern string, h http.HandlerFunc) argument
102 Options(pattern string, h http.HandlerFunc) argument
103 Patch(pattern string, h http.HandlerFunc) argument
104 Post(pattern string, h http.HandlerFunc) argument
105 Put(pattern string, h http.HandlerFunc) argument
106 Trace(pattern string, h http.HandlerFunc) argument
110 NotFound(h http.HandlerFunc) argument
[all …]
/dports/dns/blocky/blocky-0.17/vendor/github.com/go-chi/chi/
H A Dchi.go98 Connect(pattern string, h http.HandlerFunc) argument
99 Delete(pattern string, h http.HandlerFunc) argument
100 Get(pattern string, h http.HandlerFunc) argument
101 Head(pattern string, h http.HandlerFunc) argument
102 Options(pattern string, h http.HandlerFunc) argument
103 Patch(pattern string, h http.HandlerFunc) argument
104 Post(pattern string, h http.HandlerFunc) argument
105 Put(pattern string, h http.HandlerFunc) argument
106 Trace(pattern string, h http.HandlerFunc) argument
110 NotFound(h http.HandlerFunc) argument
[all …]
/dports/net/clash/clash-1.6.0/vendor/github.com/go-chi/chi/v5/
H A Dchi.go98 Connect(pattern string, h http.HandlerFunc) argument
99 Delete(pattern string, h http.HandlerFunc) argument
100 Get(pattern string, h http.HandlerFunc) argument
101 Head(pattern string, h http.HandlerFunc) argument
102 Options(pattern string, h http.HandlerFunc) argument
103 Patch(pattern string, h http.HandlerFunc) argument
104 Post(pattern string, h http.HandlerFunc) argument
105 Put(pattern string, h http.HandlerFunc) argument
106 Trace(pattern string, h http.HandlerFunc) argument
110 NotFound(h http.HandlerFunc) argument
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-chi/chi/v5/
H A Dchi.go98 Connect(pattern string, h http.HandlerFunc) argument
99 Delete(pattern string, h http.HandlerFunc) argument
100 Get(pattern string, h http.HandlerFunc) argument
101 Head(pattern string, h http.HandlerFunc) argument
102 Options(pattern string, h http.HandlerFunc) argument
103 Patch(pattern string, h http.HandlerFunc) argument
104 Post(pattern string, h http.HandlerFunc) argument
105 Put(pattern string, h http.HandlerFunc) argument
106 Trace(pattern string, h http.HandlerFunc) argument
110 NotFound(h http.HandlerFunc) argument
[all …]
/dports/www/webhook/webhook-2.8.0/vendor/github.com/go-chi/chi/chi-4.0.2/
H A Dchi.go98 Connect(pattern string, h http.HandlerFunc) argument
99 Delete(pattern string, h http.HandlerFunc) argument
100 Get(pattern string, h http.HandlerFunc) argument
101 Head(pattern string, h http.HandlerFunc) argument
102 Options(pattern string, h http.HandlerFunc) argument
103 Patch(pattern string, h http.HandlerFunc) argument
104 Post(pattern string, h http.HandlerFunc) argument
105 Put(pattern string, h http.HandlerFunc) argument
106 Trace(pattern string, h http.HandlerFunc) argument
110 NotFound(h http.HandlerFunc) argument
[all …]
/dports/www/webhook/webhook-2.8.0/vendor/github.com/go-chi/chi/
H A Dchi.go98 Connect(pattern string, h http.HandlerFunc) argument
99 Delete(pattern string, h http.HandlerFunc) argument
100 Get(pattern string, h http.HandlerFunc) argument
101 Head(pattern string, h http.HandlerFunc) argument
102 Options(pattern string, h http.HandlerFunc) argument
103 Patch(pattern string, h http.HandlerFunc) argument
104 Post(pattern string, h http.HandlerFunc) argument
105 Put(pattern string, h http.HandlerFunc) argument
106 Trace(pattern string, h http.HandlerFunc) argument
110 NotFound(h http.HandlerFunc) argument
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/go-chi/chi/v5/
H A Dchi.go98 Connect(pattern string, h http.HandlerFunc) argument
99 Delete(pattern string, h http.HandlerFunc) argument
100 Get(pattern string, h http.HandlerFunc) argument
101 Head(pattern string, h http.HandlerFunc) argument
102 Options(pattern string, h http.HandlerFunc) argument
103 Patch(pattern string, h http.HandlerFunc) argument
104 Post(pattern string, h http.HandlerFunc) argument
105 Put(pattern string, h http.HandlerFunc) argument
106 Trace(pattern string, h http.HandlerFunc) argument
110 NotFound(h http.HandlerFunc) argument
[all …]
/dports/audio/visp-go/visp-2585747/vendor/github.com/go-chi/chi/
H A Dchi.go98 Connect(pattern string, h http.HandlerFunc) argument
99 Delete(pattern string, h http.HandlerFunc) argument
100 Get(pattern string, h http.HandlerFunc) argument
101 Head(pattern string, h http.HandlerFunc) argument
102 Options(pattern string, h http.HandlerFunc) argument
103 Patch(pattern string, h http.HandlerFunc) argument
104 Post(pattern string, h http.HandlerFunc) argument
105 Put(pattern string, h http.HandlerFunc) argument
106 Trace(pattern string, h http.HandlerFunc) argument
110 NotFound(h http.HandlerFunc) argument
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-chi/chi/
H A Dchi.go98 Connect(pattern string, h http.HandlerFunc) argument
99 Delete(pattern string, h http.HandlerFunc) argument
100 Get(pattern string, h http.HandlerFunc) argument
101 Head(pattern string, h http.HandlerFunc) argument
102 Options(pattern string, h http.HandlerFunc) argument
103 Patch(pattern string, h http.HandlerFunc) argument
104 Post(pattern string, h http.HandlerFunc) argument
105 Put(pattern string, h http.HandlerFunc) argument
106 Trace(pattern string, h http.HandlerFunc) argument
110 NotFound(h http.HandlerFunc) argument
[all …]
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/concourse/baggageclaim/api/
H A Dhandler.go26 baggageclaim.CreateVolume: http.HandlerFunc(volumeServer.CreateVolume),
27 baggageclaim.CreateVolumeAsync: http.HandlerFunc(volumeServer.CreateVolumeAsync),
30 baggageclaim.ListVolumes: http.HandlerFunc(volumeServer.ListVolumes),
31 baggageclaim.GetVolume: http.HandlerFunc(volumeServer.GetVolume),
32 baggageclaim.SetProperty: http.HandlerFunc(volumeServer.SetProperty),
33 baggageclaim.GetPrivileged: http.HandlerFunc(volumeServer.GetPrivileged),
34 baggageclaim.SetPrivileged: http.HandlerFunc(volumeServer.SetPrivileged),
35 baggageclaim.StreamIn: http.HandlerFunc(volumeServer.StreamIn),
36 baggageclaim.StreamOut: http.HandlerFunc(volumeServer.StreamOut),
37 baggageclaim.DestroyVolume: http.HandlerFunc(volumeServer.DestroyVolume),
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/baggageclaim/api/
H A Dhandler.go26 baggageclaim.CreateVolume: http.HandlerFunc(volumeServer.CreateVolume),
27 baggageclaim.CreateVolumeAsync: http.HandlerFunc(volumeServer.CreateVolumeAsync),
30 baggageclaim.ListVolumes: http.HandlerFunc(volumeServer.ListVolumes),
31 baggageclaim.GetVolume: http.HandlerFunc(volumeServer.GetVolume),
32 baggageclaim.SetProperty: http.HandlerFunc(volumeServer.SetProperty),
33 baggageclaim.GetPrivileged: http.HandlerFunc(volumeServer.GetPrivileged),
34 baggageclaim.SetPrivileged: http.HandlerFunc(volumeServer.SetPrivileged),
35 baggageclaim.StreamIn: http.HandlerFunc(volumeServer.StreamIn),
36 baggageclaim.StreamOut: http.HandlerFunc(volumeServer.StreamOut),
37 baggageclaim.DestroyVolume: http.HandlerFunc(volumeServer.DestroyVolume),
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/api/
H A Drouter.go24 return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
32 return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
55 r.NotFoundHandler = http.HandlerFunc(servePublic)
69 pingRouter.Methods("GET", "HEAD").HandlerFunc(pongHandler)
91 authenticatedAPI.Path("/users").HandlerFunc(addUser).Methods("POST")
97 tokenAPI.Path("/tokens").HandlerFunc(createAPIToken).Methods("POST")
103 userAPI.Methods("GET", "HEAD").HandlerFunc(getUser)
104 userAPI.Methods("PUT").HandlerFunc(updateUser)
105 userAPI.Methods("DELETE").HandlerFunc(deleteUser)
113 projectGet.Methods("GET", "HEAD").HandlerFunc(projects.GetProject)
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/garden/server/
H A Dserver.go76 routes.Ping: http.HandlerFunc(s.handlePing),
77 routes.Capacity: http.HandlerFunc(s.handleCapacity),
78 routes.Create: http.HandlerFunc(s.handleCreate),
79 routes.Destroy: http.HandlerFunc(s.handleDestroy),
80 routes.List: http.HandlerFunc(s.handleList),
81 routes.Stop: http.HandlerFunc(s.handleStop),
88 routes.NetIn: http.HandlerFunc(s.handleNetIn),
89 routes.NetOut: http.HandlerFunc(s.handleNetOut),
91 routes.Info: http.HandlerFunc(s.handleInfo),
94 routes.Run: http.HandlerFunc(s.handleRun),
[all …]
/dports/net/concourse-fly/concourse-6.7.1/vendor/code.cloudfoundry.org/garden/server/
H A Dserver.go76 routes.Ping: http.HandlerFunc(s.handlePing),
77 routes.Capacity: http.HandlerFunc(s.handleCapacity),
78 routes.Create: http.HandlerFunc(s.handleCreate),
79 routes.Destroy: http.HandlerFunc(s.handleDestroy),
80 routes.List: http.HandlerFunc(s.handleList),
81 routes.Stop: http.HandlerFunc(s.handleStop),
88 routes.NetIn: http.HandlerFunc(s.handleNetIn),
89 routes.NetOut: http.HandlerFunc(s.handleNetOut),
91 routes.Info: http.HandlerFunc(s.handleInfo),
94 routes.Run: http.HandlerFunc(s.handleRun),
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/api/
H A Dapi.go44 type ConfigHandler func(actualCfg interface{}, defaultCfg interface{}) http.HandlerFunc
188 a.RegisterRoute("/api/v1/alerts", http.HandlerFunc(am.GetUserConfig), true, "GET")
189 a.RegisterRoute("/api/v1/alerts", http.HandlerFunc(am.SetUserConfig), true, "POST")
190 a.RegisterRoute("/api/v1/alerts", http.HandlerFunc(am.DeleteUserConfig), true, "DELETE")
214 func (a *API) RegisterRuntimeConfig(runtimeConfigHandler http.HandlerFunc) {
237 a.RegisterRoute("/all_user_stats", http.HandlerFunc(d.AllUserStatsHandler), false, "GET")
261 a.RegisterRoute("/flush", http.HandlerFunc(i.FlushHandler), false, "GET", "POST")
262 a.RegisterRoute("/shutdown", http.HandlerFunc(i.ShutdownHandler), false, "GET", "POST")
299 a.RegisterRoute("/ruler/rule_groups", http.HandlerFunc(r.ListAllRules), false, "GET")
311 a.RegisterRoute("/api/v1/rules", http.HandlerFunc(r.ListRules), true, "GET")
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/api/
H A Dapi.go44 type ConfigHandler func(actualCfg interface{}, defaultCfg interface{}) http.HandlerFunc
188 a.RegisterRoute("/api/v1/alerts", http.HandlerFunc(am.GetUserConfig), true, "GET")
189 a.RegisterRoute("/api/v1/alerts", http.HandlerFunc(am.SetUserConfig), true, "POST")
190 a.RegisterRoute("/api/v1/alerts", http.HandlerFunc(am.DeleteUserConfig), true, "DELETE")
214 func (a *API) RegisterRuntimeConfig(runtimeConfigHandler http.HandlerFunc) {
237 a.RegisterRoute("/all_user_stats", http.HandlerFunc(d.AllUserStatsHandler), false, "GET")
261 a.RegisterRoute("/flush", http.HandlerFunc(i.FlushHandler), false, "GET", "POST")
262 a.RegisterRoute("/shutdown", http.HandlerFunc(i.ShutdownHandler), false, "GET", "POST")
299 a.RegisterRoute("/ruler/rule_groups", http.HandlerFunc(r.ListAllRules), false, "GET")
311 a.RegisterRoute("/api/v1/rules", http.HandlerFunc(r.ListRules), true, "GET")
[all …]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/gin-gonic/gin/gin-1.7.4/
H A Droutergroup.go17 Group(string, ...HandlerFunc) *RouterGroup argument
22 Use(...HandlerFunc) IRoutes argument
24 Handle(string, string, ...HandlerFunc) IRoutes argument
25 Any(string, ...HandlerFunc) IRoutes argument
26 GET(string, ...HandlerFunc) IRoutes argument
27 POST(string, ...HandlerFunc) IRoutes argument
28 DELETE(string, ...HandlerFunc) IRoutes argument
29 PATCH(string, ...HandlerFunc) IRoutes argument
30 PUT(string, ...HandlerFunc) IRoutes argument
31 OPTIONS(string, ...HandlerFunc) IRoutes argument
[all …]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/gin-gonic/gin/
H A Droutergroup.go17 Group(string, ...HandlerFunc) *RouterGroup argument
22 Use(...HandlerFunc) IRoutes argument
24 Handle(string, string, ...HandlerFunc) IRoutes argument
25 Any(string, ...HandlerFunc) IRoutes argument
26 GET(string, ...HandlerFunc) IRoutes argument
27 POST(string, ...HandlerFunc) IRoutes argument
28 DELETE(string, ...HandlerFunc) IRoutes argument
29 PATCH(string, ...HandlerFunc) IRoutes argument
30 PUT(string, ...HandlerFunc) IRoutes argument
31 OPTIONS(string, ...HandlerFunc) IRoutes argument
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/gin-gonic/gin/
H A Droutergroup.go17 Group(string, ...HandlerFunc) *RouterGroup argument
22 Use(...HandlerFunc) IRoutes argument
24 Handle(string, string, ...HandlerFunc) IRoutes argument
25 Any(string, ...HandlerFunc) IRoutes argument
26 GET(string, ...HandlerFunc) IRoutes argument
27 POST(string, ...HandlerFunc) IRoutes argument
28 DELETE(string, ...HandlerFunc) IRoutes argument
29 PATCH(string, ...HandlerFunc) IRoutes argument
30 PUT(string, ...HandlerFunc) IRoutes argument
31 OPTIONS(string, ...HandlerFunc) IRoutes argument
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/onsi/gomega/ghttp/
H A Dhandlers.go33 func CombineHandlers(handlers ...http.HandlerFunc) http.HandlerFunc { argument
74 func (g GHTTPWithGomega) VerifyMimeType(mimeType string) http.HandlerFunc {
341 func VerifyContentType(contentType string) http.HandlerFunc {
345 func VerifyMimeType(mimeType string) http.HandlerFunc {
353 func VerifyHeader(header http.Header) http.HandlerFunc {
357 func VerifyHeaderKV(key string, values ...string) http.HandlerFunc {
361 func VerifyBody(expectedBody []byte) http.HandlerFunc {
365 func VerifyJSON(expectedJSON string) http.HandlerFunc {
369 func VerifyJSONRepresenting(object interface{}) http.HandlerFunc {
373 func VerifyForm(values url.Values) http.HandlerFunc {
[all …]
/dports/dns/blocky/blocky-0.17/vendor/github.com/onsi/gomega/ghttp/
H A Dhandlers.go33 func CombineHandlers(handlers ...http.HandlerFunc) http.HandlerFunc { argument
74 func (g GHTTPWithGomega) VerifyMimeType(mimeType string) http.HandlerFunc {
341 func VerifyContentType(contentType string) http.HandlerFunc {
345 func VerifyMimeType(mimeType string) http.HandlerFunc {
353 func VerifyHeader(header http.Header) http.HandlerFunc {
357 func VerifyHeaderKV(key string, values ...string) http.HandlerFunc {
361 func VerifyBody(expectedBody []byte) http.HandlerFunc {
365 func VerifyJSON(expectedJSON string) http.HandlerFunc {
369 func VerifyJSONRepresenting(object interface{}) http.HandlerFunc {
373 func VerifyForm(values url.Values) http.HandlerFunc {
[all …]

12345678910>>...257