Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
platforma-dev
/
platforma
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
9
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Httpserver cleanup
- #14
#14
Merged
mishankov
merged 24 commits into
main
platforma-dev/platforma:main
from
httpserver-cleanup
platforma-dev/platforma:httpserver-cleanup
Copy head branch name to clipboard
Oct 29, 2025
Conversation
Commits
24
(24)
Checks
Files changed
Merged
Httpserver cleanup
#14
mishankov
merged 24 commits into
main
platforma-dev/platforma:main
from
httpserver-cleanup
platforma-dev/platforma:httpserver-cleanup
Copy head branch name to clipboard
Commits
Commits on Oct 29, 2025
Add demo-app for httpserver pakcage
mishankov
committed
24b7c6e
View commit details
Copy full SHA for 24b7c6e
Browse repository at this point
Rename TraceId to TraceIdMiddleware
mishankov
committed
4c0063e
View commit details
Copy full SHA for 4c0063e
Browse repository at this point
Remove demo task from Taskfile
mishankov
committed
9f5cec8
View commit details
Copy full SHA for 9f5cec8
Browse repository at this point
Fix log message capitalization
mishankov
committed
b7e4297
View commit details
Copy full SHA for b7e4297
Browse repository at this point
Improve middleware wrapping documentation
mishankov
committed
eca8be5
View commit details
Copy full SHA for eca8be5
Browse repository at this point
Add comment about available API endpoints
mishankov
committed
ebd5554
View commit details
Copy full SHA for ebd5554
Browse repository at this point
Add /long endpoint for graceful shutdown testing
Show description for 88346d9
mishankov
committed
88346d9
View commit details
Copy full SHA for 88346d9
Browse repository at this point
Improve HTTP server shutdown error message
mishankov
committed
52ce116
View commit details
Copy full SHA for 52ce116
Browse repository at this point
Add ServeHTTP method to HttpServer
Show description for b975919
mishankov
committed
b975919
View commit details
Copy full SHA for b975919
Browse repository at this point
Refactor HTTP server tests
mishankov
committed
056debc
View commit details
Copy full SHA for 056debc
Browse repository at this point
Disable linter for demo-app directory
mishankov
committed
d172ea6
View commit details
Copy full SHA for d172ea6
Browse repository at this point
Add healthcheck test for HTTP server
mishankov
committed
e5a6c1f
View commit details
Copy full SHA for e5a6c1f
Browse repository at this point
Add type assertion for health check data in test
mishankov
committed
7cbde5d
View commit details
Copy full SHA for 7cbde5d
Browse repository at this point
Wrap handler in middleware before serving HTTP requests
mishankov
committed
42f111c
View commit details
Copy full SHA for 42f111c
Browse repository at this point
Tests for middleware
mishankov
committed
bdbefd3
View commit details
Copy full SHA for bdbefd3
Browse repository at this point
Add HandleGroup method for nested handler groups
mishankov
committed
e144d25
View commit details
Copy full SHA for e144d25
Browse repository at this point
Refactor HttpServer to use embedded HandlerGroup
mishankov
committed
3546334
View commit details
Copy full SHA for 3546334
Browse repository at this point
Remove verbose flag from test command
mishankov
committed
462a863
View commit details
Copy full SHA for 462a863
Browse repository at this point
Replace HandlerGroup field with type alias handleGroup
mishankov
committed
908e311
View commit details
Copy full SHA for 908e311
Browse repository at this point
Change HttpServer to embed pointer to handleGroup
mishankov
committed
d8f1144
View commit details
Copy full SHA for d8f1144
Browse repository at this point
Remove middleware application from HandlerGroup methods
mishankov
committed
31ae153
View commit details
Copy full SHA for 31ae153
Browse repository at this point
Add HandlerGroup test case
Show description for eec69b1
mishankov
committed
eec69b1
View commit details
Copy full SHA for eec69b1
Browse repository at this point
Add trace ID middleware tests
mishankov
committed
3771e46
View commit details
Copy full SHA for 3771e46
Browse repository at this point
Add revive checks to httpserver
mishankov
committed
d762541
View commit details
Copy full SHA for d762541
Browse repository at this point
You can’t perform that action at this time.