I look at the source code of the site of a Russian tour operator in Google Chrome. I see this:
There were two questions:
- What is it?
- Why is this?
I look at the source code of the site of a Russian tour operator in Google Chrome. I see this:
There were two questions:
Used to indicate that the body contains binary data. The set of possible parameters includes the following (but not limited to):
TYPE
is a generic type or category of binary data, this information is intended more for the recipient than for automatic processing.
PADDING
— The number of PADDING
bits added to the bitstream containing the data to form byte-oriented data. Useful when enclosing a bitstream in a body when the total number of bits is not a multiple of eight, that is, byte size.
I think the question is why this is already completely stupid =)
Source: https://ru.stackoverflow.com/questions/130037/
All Articles