Answers for "http header type"

2

content type http header

Content-Type: <Type>;

Examples:
  Content-Type: application/json;
  Content-Type: text/html;
  Content-Type: video/mp4;
Posted by: Guest on April-16-2021
0

HTTP Header

$ curl -u my_client_id:my_client_secret https://api.github.com/user/repos
> HTTP/2 200
> Date: Mon, 01 Jul 2013 17:27:06 GMT
> X-RateLimit-Limit: 5000
> X-RateLimit-Remaining: 4966
> X-RateLimit-Reset: 1372700873
Posted by: Guest on June-16-2021

Browse Popular Code Answers by Language