Get request Header count efficiently #1680
|
There's no accessor for how many headers are on the request. And Sure |
Answered by
uNetworkingAB
Nov 30, 2023
Replies: 1 comment 1 reply
|
I ran a benchmark with and without iterating over the headers. It's not measurable, doesn't move the needle. So while technically true, it's not a problem |
1 reply
Answer selected by
ddevienne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran a benchmark with and without iterating over the headers. It's not measurable, doesn't move the needle.
So while technically true, it's not a problem