The protocol used to send this request (req).
req
req.protocol;
switch (req.protocol) { case 'http': // this is an HTTP request break; case 'https': // this is a secure HTTPS request break; }