value. * Headers with multiple values should be represented by joining the values with a ", ". * Header names should be normalized to lower-case. * Headers implying transport information (transfer-encoding, content-length, etc) should be omitted. */ public function getHeaders(); /** * @return Nife_Blob **/ public function getContent(); }