mirror of https://github.com/gofiber/fiber.git
Replaced link to russian mozilla docs (#3142)
parent
f8c514cb25
commit
53199f67b8
|
@ -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 request’s [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 request’s [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**.
|
||||
|
|
Loading…
Reference in New Issue