Skip to content

Httpserver cleanup - #14

Merged
mishankov merged 24 commits into
mainfrom
httpserver-cleanup
Oct 29, 2025
Merged

mishankov merged 24 commits into
mainfrom
httpserver-cleanup

Conversation

@mishankov

Copy link
Copy Markdown
Member

No description provided.

The endpoint sleeps for 10 seconds before responding, allowing graceful
shutdown behavior to be tested during long-running requests.
This implements the http.Handler interface directly on HttpServer,
allowing it to be used as a handler in other HTTP servers or middleware
chains.
The test case verifies that HandlerGroup can be registered at a specific
path prefix and that requests are properly routed to handlers within the
group.
@mishankov
mishankov merged commit 8fa98af into main Oct 29, 2025
2 checks passed
@mishankov
mishankov deleted the httpserver-cleanup branch October 29, 2025 17:10
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