Is white space allowed betwee mime header field-name and ':' separator
问题 Within a mime header, is white space allowed between the header field-name and ':' separator? For example, are: Content-Type: <value> and Content-Type : <value> equivalent? Also, can you please provide a pointer to the mime standard where this is described? I checked a few but did not find it. Thanks 回答1: It isn't entirely clear whether it is or is not allowed, by the standard. However, implementations vary in how they handle whitespace between header field names and the colon. I would highly