I'm sending an HTTPrequest to a Java Servlet and then having the servlet send back an HTTPResponse. What I want to do is to have the servlet grab the size of the headers in bytes. It's easy for me to get the size of the content but how would I go about getting the size of the headers both ways?
Thanks.