res.get(field)
Returns the HTTP response header specified by field
. The match is case-insensitive.
1 2 | res.get( 'Content-Type' ); // => "text/plain" |
res.get(field)
Returns the HTTP response header specified by field
. The match is case-insensitive.
1 2 | res.get( 'Content-Type' ); // => "text/plain" |
Designed by : w10schools
service@w10schools.com
Please login to continue.