legion-of-go
legion-of-go
Is anyone working on this yet? If not I am available.
@ReneWerner87 hi Rene, I am almost done with the feature. I just wanted to ask how are parameters passed into the ctx.route.Params and ctx.Values
> @joey1123455 - did you finish working on this feature? > I am stuck on passing the dynamic sub domain to the context object as a param but I'm done...
> @joey1123455 - any place you have a branch with WIP? Can help on this. > I am using Fiber in a project and I need this feature - would...
> @joey1123455 - any place you have a branch with WIP? Can help on this. > I am using Fiber in a project and I need this feature - would...
> @joey1123455 - quick (possibly dumb) question - once handling wildcard domains is possible (using your code), why not just get the subdomains from `ctx.Subdomains()` ? > > I would...
> > > > In this specific case the query parameters must be encoded and decoded on server side. But, this is an atypical case, in most cases the comma...
> And if it has two global configs? One for BodyParser and other for QueryParser? Where the QueryParser config would be true by default. And, besides that, could have this...
But then it would require changes to the body parser and also the cookie parser
> HBI hi Julius are you working on this