aboutsummaryrefslogtreecommitdiffstats
path: root/src/cow_http_struct_hd.erl
AgeCommit message (Collapse)Author
2023-01-16Cowlib 2.12.0Loïc Hoguin
2022-03-22Update structured headers implementation to RFC 8941Loïc Hoguin
I have in the process changed the output a little with regard to parameters. The dictionaries also build as a list of key-values now to keep ordering. This should be the definitive interface.
2019-11-25Add structured headers, variants and variant-key buildingLoïc Hoguin
2019-11-23Add cow_http_struct_hdLoïc Hoguin
Implements draft-ietf-httpbis-header-structure-14.