tapik
Toggle table of contents
0.5.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
tapik
common-plugin
/
dev.akif.tapik
/
decodeHeaders2
decode
Headers2
fun
<
H1
:
Any
,
H2
:
Any
>
decodeHeaders2
(
headers
:
Map
<
String
,
List
<
String
>
>
,
header1
:
Header
<
H1
>
,
header2
:
Header
<
H2
>
)
:
EitherNel
<
String
,
HeaderValues2
<
H1
,
H2
>
>
(
source
)
Decodes two declared headers and accumulates validation errors across both definitions.