doc: http.request parameter protocol defaults to `http` could mention it ignores trailing colon

Because it says

options can be an object or a string. If options is a string, it is automatically parsed with url.parse().
protocol: Protocol to use. Defaults to 'http'.

url.parse() returns a protocol with trailing colons, and this is a little confusing.