mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-26 13:48:53 +08:00

* Return Auth service Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update Compose to run with SpiceDB and Auth svc Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update auth gRPC API Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Remove Users' policies Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Move Groups to internal Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Use shared groups in Users Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Remove unused code Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Use pkg Groups in Things Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Remove Things groups Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Make imports consistent Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update Groups networking Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Remove things groups-specific API Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Move Things Clients to the root Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Move Clients to Users root Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Temporarily remove tracing Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Fix imports Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Add buffer config for gRPC Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update auth type for Things Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Use Auth for login Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Add temporary solution for refresh token Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update Tokenizer interface Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Updade tokens issuing Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Fix token issuing Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update JWT validator and refactor Tokenizer Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Rename access timeout Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Rename login to authenticate Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update Identify to use SubjectID Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Add Auth to Groups Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Use the Auth service for Groups Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update auth schema Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Fix Auth for Groups Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Add auth for addons (#14) Signed-off-by: Arvindh <arvindh91@gmail.com> Speparate Login and Refresh tokens Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Merge authN and authZ requests for things Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Add connect and disconnect Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update sharing Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Fix policies addition and removal Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update relation with roels Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Add gRPC to Things Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Assign and Unassign members to group and Listing of Group members (#15) * add auth for addons Signed-off-by: Arvindh <arvindh91@gmail.com> * add assign and unassign to group Signed-off-by: Arvindh <arvindh91@gmail.com> * add group incomplete repo implementation Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Move coap mqtt and ws policies to spicedb (#16) Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Remove old policies Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> NOISSUE - Things authorize to return thingID (#18) This commit modifies the authorize endpoint to the grpc endpoint to return thingID. The authorize endpoint allows adapters to get the publisher of the message. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Add Groups to users service (#17) * add assign and unassign to group Signed-off-by: Arvindh <arvindh91@gmail.com> * add group incomplete repo implementation Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users stable 1 Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users stable 2 Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users & things Signed-off-by: Arvindh <arvindh91@gmail.com> * Amend signature Signed-off-by: Arvindh <arvindh91@gmail.com> * fix merge error Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Fix es code (#21) Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Fix Bugs (#20) * fix bugs Signed-off-by: Arvindh <arvindh91@gmail.com> * fix bugs Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Test e2e (#19) * fix: connect method Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * fix: e2e Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * fix changes in sdk and e2e Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(docker): remove unnecessary port mapping Remove the port mapping for MQTT broker in the docker-compose.yml file. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * Enable group listing Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(responses): update ChannelsPage struct The ChannelsPage struct in the responses.go file has been updated. The "Channels" field has been renamed to "Groups" to provide more accurate naming. This change ensures consistency and clarity in the codebase. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(things): add UpdateClientSecret method Add the UpdateClientSecret method to the things service. This method allows updating the client secret for a specific client identified by the provided token, id, and key parameters. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Use smaller buffers for gRPC Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Clean up tests (#22) Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Add Connect Disconnect endpoints (#23) * fix bugs Signed-off-by: Arvindh <arvindh91@gmail.com> * fix bugs Signed-off-by: Arvindh <arvindh91@gmail.com> * fix list of things in a channel and Add connect disconnect endpoint Signed-off-by: Arvindh <arvindh91@gmail.com> * fix list of things in a channel and Add connect disconnect endpoint Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Add: Things share with users (#25) * fix list of things in a channel and Add connect disconnect endpoint Signed-off-by: Arvindh <arvindh91@gmail.com> * add: things share with other users Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Rename gRPC Services (#24) * Rename things and users auth service Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * docs: add authorization docs for gRPC services Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * Rename things and users grpc services Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * Remove mainflux.env package Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Add: Listing of things, channels, groups, users (#26) * add: listing of channels, users, groups, things Signed-off-by: Arvindh <arvindh91@gmail.com> * add: listing of channels, users, groups, things Signed-off-by: Arvindh <arvindh91@gmail.com> * add: listing of channels, users, groups, things Signed-off-by: Arvindh <arvindh91@gmail.com> * add: listing of channels, users, groups, things Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Clean Up Users (#27) * feat(groups): rename redis package to events - Renamed the `redis` package to `events` in the `internal/groups` directory. - Updated the file paths and names accordingly. - This change reflects the more accurate purpose of the package and improves code organization. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(auth): Modify identity method Change request and response of identity method Add accessToken and refreshToken to Token response Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * clean up users, remove dead code Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(users): add unit tests for user service This commit adds unit tests for the user service in the `users` package. The tests cover various scenarios and ensure the correct behavior of the service. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Add: List of user groups & removed repeating code in groups (#29) * removed repeating code in list groups Signed-off-by: Arvindh <arvindh91@gmail.com> * add: list of user group Signed-off-by: Arvindh <arvindh91@gmail.com> * fix: otel handler operator name for endpoints Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Clean Up Things Service (#28) * Rework things service Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * add tests Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Clean Up Auth Service (#30) * clean up auth service Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(auth): remove unused import Remove the unused import of `emptypb` in `auth.pb.go`. This import is not being used in the codebase and can be safely removed. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Update API docs (#31) Signed-off-by: rodneyosodo <blackd0t@protonmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Remove TODO comments and cleanup the code Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Update dependenices Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: rodneyosodo <blackd0t@protonmail.com> Co-authored-by: b1ackd0t <28790446+rodneyosodo@users.noreply.github.com> Co-authored-by: Arvindh <30824765+arvindh123@users.noreply.github.com>
494 lines
16 KiB
Go
494 lines
16 KiB
Go
package chi
|
|
|
|
import (
|
|
"context"
|
|
"fmt"
|
|
"net/http"
|
|
"strings"
|
|
"sync"
|
|
)
|
|
|
|
var _ Router = &Mux{}
|
|
|
|
// Mux is a simple HTTP route multiplexer that parses a request path,
|
|
// records any URL params, and executes an end handler. It implements
|
|
// the http.Handler interface and is friendly with the standard library.
|
|
//
|
|
// Mux is designed to be fast, minimal and offer a powerful API for building
|
|
// modular and composable HTTP services with a large set of handlers. It's
|
|
// particularly useful for writing large REST API services that break a handler
|
|
// into many smaller parts composed of middlewares and end handlers.
|
|
type Mux struct {
|
|
// The computed mux handler made of the chained middleware stack and
|
|
// the tree router
|
|
handler http.Handler
|
|
|
|
// The radix trie router
|
|
tree *node
|
|
|
|
// Custom method not allowed handler
|
|
methodNotAllowedHandler http.HandlerFunc
|
|
|
|
// A reference to the parent mux used by subrouters when mounting
|
|
// to a parent mux
|
|
parent *Mux
|
|
|
|
// Routing context pool
|
|
pool *sync.Pool
|
|
|
|
// Custom route not found handler
|
|
notFoundHandler http.HandlerFunc
|
|
|
|
// The middleware stack
|
|
middlewares []func(http.Handler) http.Handler
|
|
|
|
// Controls the behaviour of middleware chain generation when a mux
|
|
// is registered as an inline group inside another mux.
|
|
inline bool
|
|
}
|
|
|
|
// NewMux returns a newly initialized Mux object that implements the Router
|
|
// interface.
|
|
func NewMux() *Mux {
|
|
mux := &Mux{tree: &node{}, pool: &sync.Pool{}}
|
|
mux.pool.New = func() interface{} {
|
|
return NewRouteContext()
|
|
}
|
|
return mux
|
|
}
|
|
|
|
// ServeHTTP is the single method of the http.Handler interface that makes
|
|
// Mux interoperable with the standard library. It uses a sync.Pool to get and
|
|
// reuse routing contexts for each request.
|
|
func (mx *Mux) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
|
// Ensure the mux has some routes defined on the mux
|
|
if mx.handler == nil {
|
|
mx.NotFoundHandler().ServeHTTP(w, r)
|
|
return
|
|
}
|
|
|
|
// Check if a routing context already exists from a parent router.
|
|
rctx, _ := r.Context().Value(RouteCtxKey).(*Context)
|
|
if rctx != nil {
|
|
mx.handler.ServeHTTP(w, r)
|
|
return
|
|
}
|
|
|
|
// Fetch a RouteContext object from the sync pool, and call the computed
|
|
// mx.handler that is comprised of mx.middlewares + mx.routeHTTP.
|
|
// Once the request is finished, reset the routing context and put it back
|
|
// into the pool for reuse from another request.
|
|
rctx = mx.pool.Get().(*Context)
|
|
rctx.Reset()
|
|
rctx.Routes = mx
|
|
rctx.parentCtx = r.Context()
|
|
|
|
// NOTE: r.WithContext() causes 2 allocations and context.WithValue() causes 1 allocation
|
|
r = r.WithContext(context.WithValue(r.Context(), RouteCtxKey, rctx))
|
|
|
|
// Serve the request and once its done, put the request context back in the sync pool
|
|
mx.handler.ServeHTTP(w, r)
|
|
mx.pool.Put(rctx)
|
|
}
|
|
|
|
// Use appends a middleware handler to the Mux middleware stack.
|
|
//
|
|
// The middleware stack for any Mux will execute before searching for a matching
|
|
// route to a specific handler, which provides opportunity to respond early,
|
|
// change the course of the request execution, or set request-scoped values for
|
|
// the next http.Handler.
|
|
func (mx *Mux) Use(middlewares ...func(http.Handler) http.Handler) {
|
|
if mx.handler != nil {
|
|
panic("chi: all middlewares must be defined before routes on a mux")
|
|
}
|
|
mx.middlewares = append(mx.middlewares, middlewares...)
|
|
}
|
|
|
|
// Handle adds the route `pattern` that matches any http method to
|
|
// execute the `handler` http.Handler.
|
|
func (mx *Mux) Handle(pattern string, handler http.Handler) {
|
|
mx.handle(mALL, pattern, handler)
|
|
}
|
|
|
|
// HandleFunc adds the route `pattern` that matches any http method to
|
|
// execute the `handlerFn` http.HandlerFunc.
|
|
func (mx *Mux) HandleFunc(pattern string, handlerFn http.HandlerFunc) {
|
|
mx.handle(mALL, pattern, handlerFn)
|
|
}
|
|
|
|
// Method adds the route `pattern` that matches `method` http method to
|
|
// execute the `handler` http.Handler.
|
|
func (mx *Mux) Method(method, pattern string, handler http.Handler) {
|
|
m, ok := methodMap[strings.ToUpper(method)]
|
|
if !ok {
|
|
panic(fmt.Sprintf("chi: '%s' http method is not supported.", method))
|
|
}
|
|
mx.handle(m, pattern, handler)
|
|
}
|
|
|
|
// MethodFunc adds the route `pattern` that matches `method` http method to
|
|
// execute the `handlerFn` http.HandlerFunc.
|
|
func (mx *Mux) MethodFunc(method, pattern string, handlerFn http.HandlerFunc) {
|
|
mx.Method(method, pattern, handlerFn)
|
|
}
|
|
|
|
// Connect adds the route `pattern` that matches a CONNECT http method to
|
|
// execute the `handlerFn` http.HandlerFunc.
|
|
func (mx *Mux) Connect(pattern string, handlerFn http.HandlerFunc) {
|
|
mx.handle(mCONNECT, pattern, handlerFn)
|
|
}
|
|
|
|
// Delete adds the route `pattern` that matches a DELETE http method to
|
|
// execute the `handlerFn` http.HandlerFunc.
|
|
func (mx *Mux) Delete(pattern string, handlerFn http.HandlerFunc) {
|
|
mx.handle(mDELETE, pattern, handlerFn)
|
|
}
|
|
|
|
// Get adds the route `pattern` that matches a GET http method to
|
|
// execute the `handlerFn` http.HandlerFunc.
|
|
func (mx *Mux) Get(pattern string, handlerFn http.HandlerFunc) {
|
|
mx.handle(mGET, pattern, handlerFn)
|
|
}
|
|
|
|
// Head adds the route `pattern` that matches a HEAD http method to
|
|
// execute the `handlerFn` http.HandlerFunc.
|
|
func (mx *Mux) Head(pattern string, handlerFn http.HandlerFunc) {
|
|
mx.handle(mHEAD, pattern, handlerFn)
|
|
}
|
|
|
|
// Options adds the route `pattern` that matches an OPTIONS http method to
|
|
// execute the `handlerFn` http.HandlerFunc.
|
|
func (mx *Mux) Options(pattern string, handlerFn http.HandlerFunc) {
|
|
mx.handle(mOPTIONS, pattern, handlerFn)
|
|
}
|
|
|
|
// Patch adds the route `pattern` that matches a PATCH http method to
|
|
// execute the `handlerFn` http.HandlerFunc.
|
|
func (mx *Mux) Patch(pattern string, handlerFn http.HandlerFunc) {
|
|
mx.handle(mPATCH, pattern, handlerFn)
|
|
}
|
|
|
|
// Post adds the route `pattern` that matches a POST http method to
|
|
// execute the `handlerFn` http.HandlerFunc.
|
|
func (mx *Mux) Post(pattern string, handlerFn http.HandlerFunc) {
|
|
mx.handle(mPOST, pattern, handlerFn)
|
|
}
|
|
|
|
// Put adds the route `pattern` that matches a PUT http method to
|
|
// execute the `handlerFn` http.HandlerFunc.
|
|
func (mx *Mux) Put(pattern string, handlerFn http.HandlerFunc) {
|
|
mx.handle(mPUT, pattern, handlerFn)
|
|
}
|
|
|
|
// Trace adds the route `pattern` that matches a TRACE http method to
|
|
// execute the `handlerFn` http.HandlerFunc.
|
|
func (mx *Mux) Trace(pattern string, handlerFn http.HandlerFunc) {
|
|
mx.handle(mTRACE, pattern, handlerFn)
|
|
}
|
|
|
|
// NotFound sets a custom http.HandlerFunc for routing paths that could
|
|
// not be found. The default 404 handler is `http.NotFound`.
|
|
func (mx *Mux) NotFound(handlerFn http.HandlerFunc) {
|
|
// Build NotFound handler chain
|
|
m := mx
|
|
hFn := handlerFn
|
|
if mx.inline && mx.parent != nil {
|
|
m = mx.parent
|
|
hFn = Chain(mx.middlewares...).HandlerFunc(hFn).ServeHTTP
|
|
}
|
|
|
|
// Update the notFoundHandler from this point forward
|
|
m.notFoundHandler = hFn
|
|
m.updateSubRoutes(func(subMux *Mux) {
|
|
if subMux.notFoundHandler == nil {
|
|
subMux.NotFound(hFn)
|
|
}
|
|
})
|
|
}
|
|
|
|
// MethodNotAllowed sets a custom http.HandlerFunc for routing paths where the
|
|
// method is unresolved. The default handler returns a 405 with an empty body.
|
|
func (mx *Mux) MethodNotAllowed(handlerFn http.HandlerFunc) {
|
|
// Build MethodNotAllowed handler chain
|
|
m := mx
|
|
hFn := handlerFn
|
|
if mx.inline && mx.parent != nil {
|
|
m = mx.parent
|
|
hFn = Chain(mx.middlewares...).HandlerFunc(hFn).ServeHTTP
|
|
}
|
|
|
|
// Update the methodNotAllowedHandler from this point forward
|
|
m.methodNotAllowedHandler = hFn
|
|
m.updateSubRoutes(func(subMux *Mux) {
|
|
if subMux.methodNotAllowedHandler == nil {
|
|
subMux.MethodNotAllowed(hFn)
|
|
}
|
|
})
|
|
}
|
|
|
|
// With adds inline middlewares for an endpoint handler.
|
|
func (mx *Mux) With(middlewares ...func(http.Handler) http.Handler) Router {
|
|
// Similarly as in handle(), we must build the mux handler once additional
|
|
// middleware registration isn't allowed for this stack, like now.
|
|
if !mx.inline && mx.handler == nil {
|
|
mx.updateRouteHandler()
|
|
}
|
|
|
|
// Copy middlewares from parent inline muxs
|
|
var mws Middlewares
|
|
if mx.inline {
|
|
mws = make(Middlewares, len(mx.middlewares))
|
|
copy(mws, mx.middlewares)
|
|
}
|
|
mws = append(mws, middlewares...)
|
|
|
|
im := &Mux{
|
|
pool: mx.pool, inline: true, parent: mx, tree: mx.tree, middlewares: mws,
|
|
notFoundHandler: mx.notFoundHandler, methodNotAllowedHandler: mx.methodNotAllowedHandler,
|
|
}
|
|
|
|
return im
|
|
}
|
|
|
|
// Group creates a new inline-Mux with a fresh middleware stack. It's useful
|
|
// for a group of handlers along the same routing path that use an additional
|
|
// set of middlewares. See _examples/.
|
|
func (mx *Mux) Group(fn func(r Router)) Router {
|
|
im := mx.With().(*Mux)
|
|
if fn != nil {
|
|
fn(im)
|
|
}
|
|
return im
|
|
}
|
|
|
|
// Route creates a new Mux with a fresh middleware stack and mounts it
|
|
// along the `pattern` as a subrouter. Effectively, this is a short-hand
|
|
// call to Mount. See _examples/.
|
|
func (mx *Mux) Route(pattern string, fn func(r Router)) Router {
|
|
if fn == nil {
|
|
panic(fmt.Sprintf("chi: attempting to Route() a nil subrouter on '%s'", pattern))
|
|
}
|
|
subRouter := NewRouter()
|
|
fn(subRouter)
|
|
mx.Mount(pattern, subRouter)
|
|
return subRouter
|
|
}
|
|
|
|
// Mount attaches another http.Handler or chi Router as a subrouter along a routing
|
|
// path. It's very useful to split up a large API as many independent routers and
|
|
// compose them as a single service using Mount. See _examples/.
|
|
//
|
|
// Note that Mount() simply sets a wildcard along the `pattern` that will continue
|
|
// routing at the `handler`, which in most cases is another chi.Router. As a result,
|
|
// if you define two Mount() routes on the exact same pattern the mount will panic.
|
|
func (mx *Mux) Mount(pattern string, handler http.Handler) {
|
|
if handler == nil {
|
|
panic(fmt.Sprintf("chi: attempting to Mount() a nil handler on '%s'", pattern))
|
|
}
|
|
|
|
// Provide runtime safety for ensuring a pattern isn't mounted on an existing
|
|
// routing pattern.
|
|
if mx.tree.findPattern(pattern+"*") || mx.tree.findPattern(pattern+"/*") {
|
|
panic(fmt.Sprintf("chi: attempting to Mount() a handler on an existing path, '%s'", pattern))
|
|
}
|
|
|
|
// Assign sub-Router's with the parent not found & method not allowed handler if not specified.
|
|
subr, ok := handler.(*Mux)
|
|
if ok && subr.notFoundHandler == nil && mx.notFoundHandler != nil {
|
|
subr.NotFound(mx.notFoundHandler)
|
|
}
|
|
if ok && subr.methodNotAllowedHandler == nil && mx.methodNotAllowedHandler != nil {
|
|
subr.MethodNotAllowed(mx.methodNotAllowedHandler)
|
|
}
|
|
|
|
mountHandler := http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
|
rctx := RouteContext(r.Context())
|
|
|
|
// shift the url path past the previous subrouter
|
|
rctx.RoutePath = mx.nextRoutePath(rctx)
|
|
|
|
// reset the wildcard URLParam which connects the subrouter
|
|
n := len(rctx.URLParams.Keys) - 1
|
|
if n >= 0 && rctx.URLParams.Keys[n] == "*" && len(rctx.URLParams.Values) > n {
|
|
rctx.URLParams.Values[n] = ""
|
|
}
|
|
|
|
handler.ServeHTTP(w, r)
|
|
})
|
|
|
|
if pattern == "" || pattern[len(pattern)-1] != '/' {
|
|
mx.handle(mALL|mSTUB, pattern, mountHandler)
|
|
mx.handle(mALL|mSTUB, pattern+"/", mountHandler)
|
|
pattern += "/"
|
|
}
|
|
|
|
method := mALL
|
|
subroutes, _ := handler.(Routes)
|
|
if subroutes != nil {
|
|
method |= mSTUB
|
|
}
|
|
n := mx.handle(method, pattern+"*", mountHandler)
|
|
|
|
if subroutes != nil {
|
|
n.subroutes = subroutes
|
|
}
|
|
}
|
|
|
|
// Routes returns a slice of routing information from the tree,
|
|
// useful for traversing available routes of a router.
|
|
func (mx *Mux) Routes() []Route {
|
|
return mx.tree.routes()
|
|
}
|
|
|
|
// Middlewares returns a slice of middleware handler functions.
|
|
func (mx *Mux) Middlewares() Middlewares {
|
|
return mx.middlewares
|
|
}
|
|
|
|
// Match searches the routing tree for a handler that matches the method/path.
|
|
// It's similar to routing a http request, but without executing the handler
|
|
// thereafter.
|
|
//
|
|
// Note: the *Context state is updated during execution, so manage
|
|
// the state carefully or make a NewRouteContext().
|
|
func (mx *Mux) Match(rctx *Context, method, path string) bool {
|
|
m, ok := methodMap[method]
|
|
if !ok {
|
|
return false
|
|
}
|
|
|
|
node, _, h := mx.tree.FindRoute(rctx, m, path)
|
|
|
|
if node != nil && node.subroutes != nil {
|
|
rctx.RoutePath = mx.nextRoutePath(rctx)
|
|
return node.subroutes.Match(rctx, method, rctx.RoutePath)
|
|
}
|
|
|
|
return h != nil
|
|
}
|
|
|
|
// NotFoundHandler returns the default Mux 404 responder whenever a route
|
|
// cannot be found.
|
|
func (mx *Mux) NotFoundHandler() http.HandlerFunc {
|
|
if mx.notFoundHandler != nil {
|
|
return mx.notFoundHandler
|
|
}
|
|
return http.NotFound
|
|
}
|
|
|
|
// MethodNotAllowedHandler returns the default Mux 405 responder whenever
|
|
// a method cannot be resolved for a route.
|
|
func (mx *Mux) MethodNotAllowedHandler(methodsAllowed ...methodTyp) http.HandlerFunc {
|
|
if mx.methodNotAllowedHandler != nil {
|
|
return mx.methodNotAllowedHandler
|
|
}
|
|
return methodNotAllowedHandler(methodsAllowed...)
|
|
}
|
|
|
|
// handle registers a http.Handler in the routing tree for a particular http method
|
|
// and routing pattern.
|
|
func (mx *Mux) handle(method methodTyp, pattern string, handler http.Handler) *node {
|
|
if len(pattern) == 0 || pattern[0] != '/' {
|
|
panic(fmt.Sprintf("chi: routing pattern must begin with '/' in '%s'", pattern))
|
|
}
|
|
|
|
// Build the computed routing handler for this routing pattern.
|
|
if !mx.inline && mx.handler == nil {
|
|
mx.updateRouteHandler()
|
|
}
|
|
|
|
// Build endpoint handler with inline middlewares for the route
|
|
var h http.Handler
|
|
if mx.inline {
|
|
mx.handler = http.HandlerFunc(mx.routeHTTP)
|
|
h = Chain(mx.middlewares...).Handler(handler)
|
|
} else {
|
|
h = handler
|
|
}
|
|
|
|
// Add the endpoint to the tree and return the node
|
|
return mx.tree.InsertRoute(method, pattern, h)
|
|
}
|
|
|
|
// routeHTTP routes a http.Request through the Mux routing tree to serve
|
|
// the matching handler for a particular http method.
|
|
func (mx *Mux) routeHTTP(w http.ResponseWriter, r *http.Request) {
|
|
// Grab the route context object
|
|
rctx := r.Context().Value(RouteCtxKey).(*Context)
|
|
|
|
// The request routing path
|
|
routePath := rctx.RoutePath
|
|
if routePath == "" {
|
|
if r.URL.RawPath != "" {
|
|
routePath = r.URL.RawPath
|
|
} else {
|
|
routePath = r.URL.Path
|
|
}
|
|
if routePath == "" {
|
|
routePath = "/"
|
|
}
|
|
}
|
|
|
|
// Check if method is supported by chi
|
|
if rctx.RouteMethod == "" {
|
|
rctx.RouteMethod = r.Method
|
|
}
|
|
method, ok := methodMap[rctx.RouteMethod]
|
|
if !ok {
|
|
mx.MethodNotAllowedHandler().ServeHTTP(w, r)
|
|
return
|
|
}
|
|
|
|
// Find the route
|
|
if _, _, h := mx.tree.FindRoute(rctx, method, routePath); h != nil {
|
|
h.ServeHTTP(w, r)
|
|
return
|
|
}
|
|
if rctx.methodNotAllowed {
|
|
mx.MethodNotAllowedHandler(rctx.methodsAllowed...).ServeHTTP(w, r)
|
|
} else {
|
|
mx.NotFoundHandler().ServeHTTP(w, r)
|
|
}
|
|
}
|
|
|
|
func (mx *Mux) nextRoutePath(rctx *Context) string {
|
|
routePath := "/"
|
|
nx := len(rctx.routeParams.Keys) - 1 // index of last param in list
|
|
if nx >= 0 && rctx.routeParams.Keys[nx] == "*" && len(rctx.routeParams.Values) > nx {
|
|
routePath = "/" + rctx.routeParams.Values[nx]
|
|
}
|
|
return routePath
|
|
}
|
|
|
|
// Recursively update data on child routers.
|
|
func (mx *Mux) updateSubRoutes(fn func(subMux *Mux)) {
|
|
for _, r := range mx.tree.routes() {
|
|
subMux, ok := r.SubRoutes.(*Mux)
|
|
if !ok {
|
|
continue
|
|
}
|
|
fn(subMux)
|
|
}
|
|
}
|
|
|
|
// updateRouteHandler builds the single mux handler that is a chain of the middleware
|
|
// stack, as defined by calls to Use(), and the tree router (Mux) itself. After this
|
|
// point, no other middlewares can be registered on this Mux's stack. But you can still
|
|
// compose additional middlewares via Group()'s or using a chained middleware handler.
|
|
func (mx *Mux) updateRouteHandler() {
|
|
mx.handler = chain(mx.middlewares, http.HandlerFunc(mx.routeHTTP))
|
|
}
|
|
|
|
// methodNotAllowedHandler is a helper function to respond with a 405,
|
|
// method not allowed. It sets the Allow header with the list of allowed
|
|
// methods for the route.
|
|
func methodNotAllowedHandler(methodsAllowed ...methodTyp) func(w http.ResponseWriter, r *http.Request) {
|
|
return func(w http.ResponseWriter, r *http.Request) {
|
|
for _, m := range methodsAllowed {
|
|
w.Header().Add("Allow", reverseMethodMap[m])
|
|
}
|
|
w.WriteHeader(405)
|
|
w.Write(nil)
|
|
}
|
|
}
|