Answers for "what is the value of the content-type header in an http response when a server returns a webpage"

1

what is content type header in api

Content-Type header is used in POST , PUT , PATCH to
specify the type of body you are sending
to the serve and it's required.
Posted by: Guest on December-06-2020

Code answers related to "what is the value of the content-type header in an http response when a server returns a webpage"

Browse Popular Code Answers by Language