httpTerminal top-level constant
String
const httpTerminal
HTTP request terminator sequence, used to indicate the end of HTTP headers.
Implementation
const String httpTerminal = '\r\n\r\n';