For statistical purposes I would like to record exact size of headers in an http response(n of bytes), is this possible?
I guess I could estimate this size by running across headers() and summing string lengths, but this seems dirty and slow. Is there a better way?