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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
extenda
/
openapi-httpserver-java
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
3
Code
Issues
0
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: Gzip content encoding
- #126
#126
Open
thced
wants to merge 16 commits into
master
extenda/openapi-httpserver-java:master
from
feat/gzip-content-encoding
extenda/openapi-httpserver-java:feat/gzip-content-encoding
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Open
feat: Gzip content encoding
#126
thced
wants to merge 16 commits into
master
extenda/openapi-httpserver-java:master
from
feat/gzip-content-encoding
extenda/openapi-httpserver-java:feat/gzip-content-encoding
Copy head branch name to clipboard
Commits
Commits on Sep 10, 2026
feat: Decompress gzip request bodies
Show description for 31aad7f
thced
committed
31aad7f
View commit details
Copy full SHA for 31aad7f
Browse repository at this point
feat: Compress responses when the client accepts gzip
Show description for efe2362
thced
committed
efe2362
View commit details
Copy full SHA for efe2362
Browse repository at this point
feat: Make the gzip size limits configurable
Show description for 33bab95
thced
committed
33bab95
View commit details
Copy full SHA for 33bab95
Browse repository at this point
test: Cover gzip content encoding end to end
Show description for eabbe31
thced
committed
eabbe31
View commit details
Copy full SHA for eabbe31
Browse repository at this point
docs: Document gzip content encoding
Show description for 5cbb498
thced
committed
5cbb498
View commit details
Copy full SHA for 5cbb498
Browse repository at this point
test: Cover the remaining content-coding branches
Show description for 2a454e0
thced
committed
2a454e0
View commit details
Copy full SHA for 2a454e0
Browse repository at this point
docs: Clarify that the gzip snippets show overrides, not defaults
Show description for bbcde95
thced
committed
bbcde95
View commit details
Copy full SHA for bbcde95
Browse repository at this point
refactor: Collapse the duplicated gzip decision in the renderer
Show description for 47450fa
thced
committed
47450fa
View commit details
Copy full SHA for 47450fa
Browse repository at this point
refactor: Carry the gzip collaborators instead of plumbing their sizes
Show description for c3ff280
thced
committed
c3ff280
View commit details
Copy full SHA for c3ff280
Browse repository at this point
refactor: Trim the last of the gzip code
Show description for 9c5253b
thced
committed
9c5253b
View commit details
Copy full SHA for 9c5253b
Browse repository at this point
fix: Restore the shutdownTimeoutSeconds javadoc
Show description for cae91e6
thced
committed
cae91e6
View commit details
Copy full SHA for cae91e6
Browse repository at this point
fix: Drop a handler's Content-Length when a stream is compressed
Show description for 0ac5e48
thced
committed
0ac5e48
View commit details
Copy full SHA for 0ac5e48
Browse repository at this point
ci: Run the pre-commit formatter on the project's JDK
Show description for 5807c59
thced
committed
5807c59
View commit details
Copy full SHA for 5807c59
Browse repository at this point
fix: Resolve the SonarCloud findings on the gzip code
Show description for 15d4953
thced
committed
15d4953
View commit details
Copy full SHA for 15d4953
Browse repository at this point
Commits on Sep 11, 2026
refactor: Name the response threshold for what it measures
Show description for 327cc35
thced
committed
327cc35
View commit details
Copy full SHA for 327cc35
Browse repository at this point
feat: Let callers register their own content codings
Show description for 319078a
thced
committed
319078a
View commit details
Copy full SHA for 319078a
Browse repository at this point
You can’t perform that action at this time.