bblfish / httpSig

Signing HTTP Messages libs
Other
5 stars 1 forks source link

implement "sf" annotation #2

Closed bblfish closed 1 year ago

bblfish commented 2 years ago

I am a bit in a hurry, so I just want to document that the ;sf annotation discussed in 2.1.1. Canonicalized Structured HTTP Fields needs to be implemented.

"x-dictionary": a=1,    b=2;x=1;y=2,   c=(a   b   c)
"x-dictionary";sf: a=1, b=2;x=1;y=2, c=(a b c)

(see also discussion in issue 1885)

bblfish commented 1 year ago

This is done in PR 12.