headers icon indicating copy to clipboard operation
headers copied to clipboard

Add Sec-Websocket-Extension header

Open akonradi-signal opened this issue 4 months ago • 2 comments

akonradi-signal avatar Aug 18 '25 21:08 akonradi-signal

My initial feeling with sufficiently more complex headers like this one is to let it be local to your own crate, at least to start with. It should be possible to impl headers::Header for local::SecWebSocketExt {}.

seanmonstar avatar Aug 18 '25 21:08 seanmonstar

It's possible, and that's where I started, but then ended up with duplicate versions of private utilities in this crate, like the code in the csv module.

akonradi-signal avatar Aug 19 '25 13:08 akonradi-signal