英語 での Content-type header の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
The JSON decoder is also used when the Content-Type header is missing or does not match one of the known values.
Add a Content-Type header and set the value to application/json.
In responses, a Content-Type header tells the client what the content type of the returned content actually is.
You can specify the following parameters within the body of the HTTP request when the HTTP request's Content-Type header is x-www-form-urlencoded.
The following table shows the HTTP Content-Type header you should use for flat files and XML files for each marketplace.
These generated methods take care of writing the correct status code and content-type header for example.
Your feeds must be in a valid encoding based on your marketplace and file type, and that encoding must be specified as an HTTP Content-Type header.
When the web server returns static content, the rule is to set the internet media type(MIME type) in the response's content-type header field.
Important: Browsers use the MIME type, not the file extension, to determine how to process a URL, so it's important that web servers send the correct MIME type in the response's Content-Type header.
The json method will automatically set the Content-Type header to application/json, as well as convert the given array into JSON using the json_encode PHP function.
When the HTTP request's Content-Type header is application/json, BLOCKS variables are set with values from parsing JSON text in the body of the HTTP request.
In the SOAP 1.2 HTTP binding, the Content-type header should be"application/soap+xml" instead of"text/xml" as in SOAP 1.1.
The headers tell it how(in particular, the Content-Type header tells it the returned data is really HTML).
The default decoder is the decoder used when the incoming request Content-Type header is missing or does not match any of the content types defined in the Consumes DSL.
When this variable is set, Mutt will add the following RFC-2047-encoded MIME parameter to Content-Type header field as filename for attachment.
GetCharset() returns the charset portion of the Content-Type header.
Is the server sending the proper Content-Type header for CSS style sheets?
The Content Type field enables you to specify the Content-Type header of the request.
For GET requests, remember to use the Accept header instead of the Content-type header.
This information can be used to deliver images with the correct HTTP Content-type header.