Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / fasthttp/router issues and pull requests

#69 - how to support path with and without trailing slash ?

Issue - State: open - Opened by peczenyj over 1 year ago

#68 - Group middleware

Pull Request - State: closed - Opened by sten4eg over 1 year ago

#67 - Middleware for Group

Issue - State: closed - Opened by sten4eg over 1 year ago

#66 - panic: path must begin with '/' in path '' group.go:19

Issue - State: closed - Opened by TankTim68 almost 2 years ago - 1 comment

#65 - path validation breaks group usage

Issue - State: closed - Opened by fa-at-pulsit almost 2 years ago - 1 comment

#64 - fix path substring incorrectly matching to route

Pull Request - State: closed - Opened by hawell about 2 years ago - 2 comments

#63 - incorrect regex match

Issue - State: closed - Opened by hawell about 2 years ago - 2 comments

#62 - how to serve files using embed?

Issue - State: open - Opened by ahmedRSA about 2 years ago - 1 comment

#61 - Path Route

Issue - State: closed - Opened by qgxpagamentos over 2 years ago - 1 comment
Labels: question

#60 - Bump github.com/valyala/fasthttp from 1.33.0 to 1.34.0

Pull Request - State: closed - Opened by dependabot[bot] almost 3 years ago - 1 comment
Labels: dependencies

#59 - CORS allow ?

Issue - State: closed - Opened by matianhe3 about 3 years ago - 1 comment

#58 - gotils is gpl

Issue - State: closed - Opened by csrl about 3 years ago - 2 comments

#57 - Add support for setting middlewares for groups and fileserv

Pull Request - State: closed - Opened by lafriks about 3 years ago - 4 comments

#56 - Group wide middlewares

Issue - State: closed - Opened by lafriks about 3 years ago

#55 - Update Router.Lookup documentation

Pull Request - State: closed - Opened by MarkArts over 3 years ago - 2 comments

#54 - Documentation for router.Lookup out of date

Issue - State: closed - Opened by MarkArts over 3 years ago - 2 comments

#53 - How to integrate with Prometheus

Issue - State: closed - Opened by 352174109 over 3 years ago - 1 comment

#52 - Fix user params for regex paths

Pull Request - State: closed - Opened by sashayakovtseva over 3 years ago - 2 comments

#51 - Issue with catch-all parameter

Issue - State: closed - Opened by lus over 3 years ago - 1 comment

#50 - Why this routing doesn't work?

Issue - State: closed - Opened by josegoval almost 4 years ago - 4 comments

#49 - Bugfix - Redirect fixed path

Pull Request - State: closed - Opened by kimkit almost 4 years ago - 4 comments

#48 - Get Matched Route

Issue - State: closed - Opened by matheus-meneses almost 4 years ago - 1 comment

#47 - hotfix(wildpath): set user empty value

Pull Request - State: closed - Opened by 1046102779 almost 4 years ago - 3 comments

#46 - hotfix(wildpath): set user empty value

Pull Request - State: closed - Opened by 1046102779 almost 4 years ago - 6 comments

#45 - typo parameters

Pull Request - State: closed - Opened by kokizzu about 4 years ago - 2 comments

#44 - Consultation on route matching

Issue - State: closed - Opened by kingljl about 4 years ago - 1 comment

#43 - ServeFilesCustom calls PanicHandler if file does not exist

Issue - State: closed - Opened by kaibox-git about 4 years ago - 2 comments

#42 - Behavior change in 1.3.2 with double slashes when RedirectFixedPath is false

Issue - State: closed - Opened by oschwald over 4 years ago - 4 comments

#41 - ServeFilesCustom responds for a long time when requesting a non existent file

Issue - State: closed - Opened by kaibox-git over 4 years ago - 4 comments

#40 - Not removing superfluous path elements like ////

Issue - State: closed - Opened by kaibox-git over 4 years ago - 5 comments

#39 - "path must begin with '/' in path ''" when using regex validation

Issue - State: closed - Opened by lus over 4 years ago - 2 comments

#37 - Mixing static + wildcard segment causes hung request

Issue - State: closed - Opened by ImVexed over 4 years ago - 2 comments
Labels: bug

#36 - fix children conflict

Pull Request - State: closed - Opened by milesdong over 4 years ago - 3 comments

#35 - 405 no longer returned on unsupported method when using named parameters

Issue - State: closed - Opened by oschwald over 4 years ago - 2 comments

#34 - radix.node does not check siblings when first child match part of path.

Pull Request - State: closed - Opened by zxfishhack over 4 years ago - 3 comments

#33 - path been override

Issue - State: closed - Opened by zxfishhack over 4 years ago - 1 comment

#32 - Failed to fetch package (hash sum mismatch)

Issue - State: closed - Opened by maxjust almost 5 years ago - 4 comments

#31 - Routing not working properly with catch-all params

Issue - State: closed - Opened by alex-rufo almost 5 years ago - 3 comments

#30 - How to update or remove a route?

Issue - State: closed - Opened by iapyeh almost 5 years ago - 1 comment

#29 - Add wildcard for `method` argument in Handle ?

Issue - State: closed - Opened by Dot-H almost 5 years ago - 11 comments
Labels: enhancement

#28 - request filter

Issue - State: closed - Opened by GuoxinL almost 5 years ago - 4 comments

#27 - Need a way to write unit test with url parameters [SOLVED]

Issue - State: closed - Opened by RiskyFeryansyahP almost 5 years ago - 3 comments

#26 - Fix panic on nil ctx in radix code

Pull Request - State: closed - Opened by oschwald almost 5 years ago - 8 comments

#24 - Disallow dot in path

Issue - State: closed - Opened by akaNightmare almost 5 years ago - 9 comments

#23 - add middleware interface and new Router struct.

Pull Request - State: closed - Opened by zzztttkkk almost 5 years ago - 3 comments

#22 - corrected the readme typo

Pull Request - State: closed - Opened by dewrich almost 5 years ago - 3 comments

#21 - Question: Why is MatchedRoutePathParam random?

Issue - State: closed - Opened by mr-karan about 5 years ago - 2 comments

#20 - wildcard segment ':slug' conflicts with existing children in path '/:slug'

Issue - State: closed - Opened by toby3d about 5 years ago - 7 comments
Labels: pending/investigation

#19 - Question/Feature Request - Adding a "use" method to Router

Issue - State: closed - Opened by Manghud about 5 years ago - 3 comments

#18 - Align features with julienschmidt/httprouter

Pull Request - State: closed - Opened by savsgio about 5 years ago - 1 comment

#17 - go mod install package time out???

Issue - State: closed - Opened by cyanBone over 5 years ago

#16 - Issue with trailing slashes

Issue - State: closed - Opened by jonathan-kosgei over 5 years ago - 6 comments
Labels: question

#15 - Added fasthttprouter-prometheus package

Pull Request - State: closed - Opened by Mnwa over 5 years ago - 6 comments

#14 - Readme link to prometheus metrics implementation

Issue - State: closed - Opened by Mnwa over 5 years ago - 2 comments

#13 - [ASK] How to pass an Object to handler

Issue - State: closed - Opened by eskies over 5 years ago - 2 comments

#12 - List all registered routes

Issue - State: closed - Opened by AnikHasibul over 5 years ago - 2 comments

#11 - Example code doesnt work with autocannon

Issue - State: closed - Opened by Igorpollo over 5 years ago - 4 comments

#10 - 👌 IMPROVE: Automatically add router groups to parent router

Pull Request - State: closed - Opened by AnikHasibul over 5 years ago - 1 comment

#9 - 📦 NEW: Router Grouping

Pull Request - State: closed - Opened by AnikHasibul over 5 years ago - 5 comments

#8 - optional parameter get request

Issue - State: closed - Opened by Milerius over 5 years ago - 3 comments

#7 - Create SECURITY.md

Pull Request - State: closed - Opened by kirillDanshin almost 6 years ago - 1 comment

#6 - add new web framework

Pull Request - State: closed - Opened by twharmon almost 6 years ago - 2 comments

#4 - How to get known original parametrized path in handler

Issue - State: closed - Opened by regorov almost 6 years ago - 1 comment

#3 - Resolve timing attack in the basic authentication example

Pull Request - State: closed - Opened by perpetual-hydrofoil almost 6 years ago - 1 comment

#2 - Method Specific Cache

Issue - State: closed - Opened by kirillDanshin about 6 years ago - 2 comments
Labels: enhancement

#1 - Replace misleading auto-replace artifacts

Pull Request - State: closed - Opened by kirillDanshin about 6 years ago - 4 comments