ResponseParser.end_of_header_token

The token that denotes the end of the HTTP header and the beginning of the payload.

class ResponseParser
static immutable
auto end_of_header_token = "\r\n\r\n";

Meta