Replaced link to russian mozilla docs (#3142)

pull/3144/head
nexovec 2024-09-23 18:08:24 +02:00 committed by GitHub
parent f8c514cb25
commit 53199f67b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -788,7 +788,7 @@ Improper use of the X-Forwarded-For header can be a security risk. For details,
## Is
Returns the matching **content type**, if the incoming requests [Content-Type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type) HTTP header field matches the [MIME type](https://developer.mozilla.org/ru/docs/Web/HTTP/Basics_of_HTTP/MIME_types) specified by the type parameter.
Returns the matching **content type**, if the incoming requests [Content-Type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type) HTTP header field matches the [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) specified by the type parameter.
:::info
If the request has **no** body, it returns **false**.