Http content type, and binary data?

In HTTP there is no content transfer encoding (e.g. Base64) done, so binary data is sent just binary, byte-by-byte.

Character data is just binary data with special meaning to humans :p The actual body of the HTTP request may be encoded and/or compressed, and this is specified in the headers.

Yes. According to the request the response may be gzipped if the request has accept gzip header – Jayapal Chandran Sep 1 at 1:32.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions