Skip to content

feat: migrate from Gorilla mux to Echo framework#17

Merged
pcfreak30 merged 1 commit intodevelopfrom
updates
May 25, 2025
Merged

feat: migrate from Gorilla mux to Echo framework#17
pcfreak30 merged 1 commit intodevelopfrom
updates

Conversation

@pcfreak30
Copy link
Copy Markdown
Member

  • Replace Gorilla mux router with Echo framework throughout the codebase
  • Update context handling to use Echo's Context instead of custom RequestContext
  • Modify HTTP handlers and middleware to work with Echo's API
  • Remove Gorilla mux specific router and route builder code
  • Update tests to use Echo's testing utilities
  • Simplify error handling using Echo's built-in error handling
  • Remove unused dependencies related to Gorilla mux

- Replace Gorilla mux router with Echo framework throughout the codebase
- Update context handling to use Echo's Context instead of custom RequestContext
- Modify HTTP handlers and middleware to work with Echo's API
- Remove Gorilla mux specific router and route builder code
- Update tests to use Echo's testing utilities
- Simplify error handling using Echo's built-in error handling
- Remove unused dependencies related to Gorilla mux
@pcfreak30 pcfreak30 merged commit 808db2b into develop May 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant