httpsfv icon indicating copy to clipboard operation
httpsfv copied to clipboard

A Go library to parse and serialize HTTP structured field values

Results 1 httpsfv issues
Sort by recently updated
recently updated
newest added

I have a case where the RFC I'm implementing defines a value as "either a String or a Token". I suppose I could always use String, but it would be...