guardrail-dev / guardrail-dev/guardrail
Custom header types
Open
good first issue
help wanted
scala
- Dominant language
- Scala
- Stars
- 541
- Forks
- 138
- PR merge metrics
- No merged PRs in 30d
Description
`x-scala-type` doesn't seem to be fully respected for header parameters.
Suggested course of action:
Write a test with a spec with the parameter `x-scala-type: T` (for some `T`) and verify that the parameter is of type `T` and is handled via some `Marshaller[T, String]` before being supplied to the header constructor.
Contributor guide
Assessment
This issue has not been assessed yet.