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
Accelerator
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
Type
/
to 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
0
Star
3
Code
Issues
0
Pull requests
5
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: Non-JSON bodies
- #53
#53
Merged
thced
merged 17 commits into
master
extenda/openapi-httpserver-java:master
from
feat/non-json-bodies
extenda/openapi-httpserver-java:feat/non-json-bodies
Copy head branch name to clipboard
May 13, 2026
Conversation
Commits
17
(17)
Checks
Files changed
Merged
feat: Non-JSON bodies
#53
thced
merged 17 commits into
master
extenda/openapi-httpserver-java:master
from
feat/non-json-bodies
extenda/openapi-httpserver-java:feat/non-json-bodies
Copy head branch name to clipboard
Commits
Commits on May 13, 2026
docs: Design for non-JSON request bodies (form-urlencoded + text/plain)
thced
committed
9ffbdfe
View commit details
Copy full SHA for 9ffbdfe
Browse repository at this point
docs: Implementation plan for non-JSON request bodies
thced
committed
2f96ae2
View commit details
Copy full SHA for 2f96ae2
Browse repository at this point
refactor: Hoist parameter coercion into ValueCoercion helper
thced
committed
b844dd5
View commit details
Copy full SHA for b844dd5
Browse repository at this point
feat: Add ContentTypeHeader helper for parsing media-type headers
thced
committed
4113fb9
View commit details
Copy full SHA for 4113fb9
Browse repository at this point
feat: Add TextPlainParser for text/plain request bodies
thced
committed
22160f1
View commit details
Copy full SHA for 22160f1
Browse repository at this point
feat: Add FormUrlEncodedParser (parsing only, no coercion yet)
thced
committed
5c496bd
View commit details
Copy full SHA for 5c496bd
Browse repository at this point
feat: Form body field coercion against ObjectSchema property types
thced
committed
777d7a5
View commit details
Copy full SHA for 777d7a5
Browse repository at this point
feat: Dispatch request body parsing by Content-Type subtype
thced
committed
d326115
View commit details
Copy full SHA for d326115
Browse repository at this point
test: Fixtures and handlers for form-urlencoded and text/plain bodies
thced
committed
96e8684
View commit details
Copy full SHA for 96e8684
Browse repository at this point
test: Integration coverage for form-urlencoded and text/plain bodies
thced
committed
4db4012
View commit details
Copy full SHA for 4db4012
Browse repository at this point
docs: Document form-urlencoded and text/plain request body support
thced
committed
04d4b68
View commit details
Copy full SHA for 04d4b68
Browse repository at this point
fix: Catch URLDecoder exceptions
Show description for 2acc5db
thced
and
Copilot
authored
2acc5db
View commit details
Copy full SHA for 2acc5db
Browse repository at this point
fix: Reject NaN and Infinity as Number coercion results
Show description for 04c5043
thced
committed
04c5043
View commit details
Copy full SHA for 04c5043
Browse repository at this point
fix: Case-insensitive Content-Type matching
Show description for 59eede4
thced
committed
59eede4
View commit details
Copy full SHA for 59eede4
Browse repository at this point
refactor: Address SonarQube findings on body parsing helpers
Show description for 76049c8
thced
committed
76049c8
View commit details
Copy full SHA for 76049c8
Browse repository at this point
refactor: Rename ContentTypeHeader.subtype to mediaType
Show description for 89cb890
thced
committed
89cb890
View commit details
Copy full SHA for 89cb890
Browse repository at this point
docs: Fix README inaccuracies on parser selection and form value types
Show description for 3cfc2b0
thced
committed
3cfc2b0
View commit details
Copy full SHA for 3cfc2b0
Browse repository at this point
You can’t perform that action at this time.