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 }}
sanbungi
/
myhttpserver
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
10
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
feat: HCLベースの独自Config機能を仮実装
- #27
#27
Merged
sanbungi
merged 21 commits into
main
sanbungi/myhttpserver:main
from
new-config
sanbungi/myhttpserver:new-config
Copy head branch name to clipboard
Feb 25, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
feat: HCLベースの独自Config機能を仮実装
#27
sanbungi
merged 21 commits into
main
sanbungi/myhttpserver:main
from
new-config
sanbungi/myhttpserver:new-config
Copy head branch name to clipboard
Commits
Commits on Feb 22, 2026
hcl形式による実用的なコンフィグシステム
sanbungi
committed
a8f4824
View commit details
Copy full SHA for a8f4824
Browse repository at this point
hclの設定を読み込み、実際にルーティングを行う
sanbungi
committed
5d77163
View commit details
Copy full SHA for 5d77163
Browse repository at this point
routeタイプ rawに対応し、固定のメッセージ返却に対応、ただしerror_response関数に依存しており、任意の番号のレスポンスを返せる関数が必要
sanbungi
committed
4c90e04
View commit details
Copy full SHA for 4c90e04
Browse repository at this point
Commits on Feb 24, 2026
リバースプロキシを実装
sanbungi
committed
7588898
View commit details
Copy full SHA for 7588898
Browse repository at this point
configリダイレクトを追加
sanbungi
committed
d135b88
View commit details
Copy full SHA for d135b88
Browse repository at this point
printをicに置き換え、logger.debugも一旦整理
sanbungi
committed
1d883d6
View commit details
Copy full SHA for 1d883d6
Browse repository at this point
リクエストにリモートのIPアドレス要素を追加
sanbungi
committed
4a0e009
View commit details
Copy full SHA for 4a0e009
Browse repository at this point
各ルーターブロックのip制限に対応
sanbungi
committed
68feec3
View commit details
Copy full SHA for 68feec3
Browse repository at this point
エラーページのHTMLを返せるように関数を用意
sanbungi
committed
12c59b1
View commit details
Copy full SHA for 12c59b1
Browse repository at this point
response_xxx系関数をresponse_any関数に置き換え
sanbungi
committed
99d89db
View commit details
Copy full SHA for 99d89db
Browse repository at this point
format
sanbungi
committed
4dccbc5
View commit details
Copy full SHA for 4dccbc5
Browse repository at this point
Commits on Feb 25, 2026
関数の構造変更に対応し、response_any関数に置き換え
sanbungi
committed
fd2fa27
View commit details
Copy full SHA for fd2fa27
Browse repository at this point
単体テストに合わせて軽微な修正
sanbungi
committed
6cb900a
View commit details
Copy full SHA for 6cb900a
Browse repository at this point
テストケース側の呼び出しの修正
sanbungi
committed
86ccd53
View commit details
Copy full SHA for 86ccd53
Browse repository at this point
ステータスコードのリストを拡充し、モジュール化
sanbungi
committed
11ab35f
View commit details
Copy full SHA for 11ab35f
Browse repository at this point
存在しない番号の場合の動作を修正
sanbungi
committed
67218a4
View commit details
Copy full SHA for 67218a4
Browse repository at this point
build_responseの返り値が1つ増えていたためfallしていた
sanbungi
committed
86ec746
View commit details
Copy full SHA for 86ec746
Browse repository at this point
呼び出しミスを修正、単体テスト呼び出し変更対応完了
sanbungi
committed
011a79a
View commit details
Copy full SHA for 011a79a
Browse repository at this point
xfail解除
sanbungi
committed
dfab7ca
View commit details
Copy full SHA for dfab7ca
Browse repository at this point
実験用ディレクトリから移動、コメント整理
sanbungi
committed
d70daa9
View commit details
Copy full SHA for d70daa9
Browse repository at this point
簡易的なドキュメントを追加
sanbungi
committed
cf475ac
View commit details
Copy full SHA for cf475ac
Browse repository at this point
You can’t perform that action at this time.