httpsfv icon indicating copy to clipboard operation
httpsfv copied to clipboard

Feature Request: function to detect a valid Token

Open justinruggles opened this issue 10 months ago • 1 comments

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 nice to have a function in httpsfv to tell me whether a Go string is a valid Token so that I could cast it accordingly.

justinruggles avatar Feb 24 '25 22:02 justinruggles

Indeed good idea. PR welcome.

dunglas avatar Mar 12 '25 12:03 dunglas