What's the "Content-Length" field in HTTP header?

Posted by Eonil on Stack Overflow See other posts from Stack Overflow or by Eonil
Published on 2010-05-05T13:02:10Z Indexed on 2010/05/05 13:08 UTC
Read the original article Hit count: 126

Filed under:

What does it mean?

  1. Byte count of encoded content string with encoding specified in header.
  2. Character count of content string.

Especially in case of "Content-Type: application/x-www-form-urlencoded".

© Stack Overflow or respective owner

Related posts about http-header-fields