-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HttpCodec header constructor based on Schema
#3232
Comments
/bounty $750 |
💎 $750 bounty • ZIOSteps to solve:
Thank you for contributing to zio/zio-http! Add a bounty • Share on socials
|
/attempt #3232
|
@987Nabil: Reminder that in 7 days the bounty will become up for grabs, so please submit a pull request before then 🙏 |
The bounty is up for grabs! Everyone is welcome to |
It turns out we need here more complex changes. I'll keep working on it. Might take a while. |
Comment /attempt #3232 # Implementation Plan: HttpCodec Header Constructor Based on Schema (#3232) ObjectiveEnhance Steps to Implement1. Analyze Existing Code
2. Design Schema Integration for Headers
3. Implement Header-to-Schema Mapping
4. Add
|
@PastSmartLink Please read my last message. I am still working on it and we need a redesign. This is discussed with @jdegoes and you will waste your time working on this. |
@PastSmartLink: Reminder that in 7 days the bounty will become up for grabs, so please submit a pull request before then 🙏 |
Fix for publish CI job
Fix for publish CI job
Fix for publish CI job
💡 @987Nabil submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
Fix for publish CI job
Fix for publish CI job
Fix for publish CI job
Fix for publish CI job
Should work the same as with query params.
I was thinking that we could even do an equivalent to
queryAll
that takes a case class and looks up all headers that correlate with the field names.The text was updated successfully, but these errors were encountered: