Skip to content

refactor: clean seperation of http module#111

Merged
Besthope-Official merged 1 commit into
mainfrom
refactor/api-to-http
Feb 2, 2026
Merged

refactor: clean seperation of http module#111
Besthope-Official merged 1 commit into
mainfrom
refactor/api-to-http

Conversation

@Besthope-Official
Copy link
Copy Markdown
Contributor

Related Issue

Closes #110

Summary of Changes

move some http infra to a new http module
add routers module to map all http routers

Breaking Changes

please refer to issue

Checklist

  • Issue discussion completed before opening PR
  • Scope is small and focused (single feature/fix)
  • All functions have full type annotations
  • Async/await used for all I/O operations
  • Tests added for new behaviors

@Besthope-Official Besthope-Official added the Backend-enhanced backend enhancement label Feb 2, 2026
@Besthope-Official Besthope-Official merged commit afdc75c into main Feb 2, 2026
3 checks passed
@Besthope-Official Besthope-Official deleted the refactor/api-to-http branch February 2, 2026 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backend-enhanced backend enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor: Consolidate HTTP layer into src/http/ module

1 participant