1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-07 04:51:34 +00:00

📚 [Doc] fix incorrect status code source (#2667)

* fix incorrect status code source

* fix typo
This commit is contained in:
Josh Larsen 2023-10-10 02:11:18 -04:00 committed by GitHub
parent ada2d4affd
commit 8c69065e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -625,7 +625,7 @@ const (
MIMEApplicationJavaScriptCharsetUTF8 = "application/javascript; charset=utf-8"
)
// HTTP status codes were copied from https://github.com/nginx/nginx/blob/67d2a9541826ecd5db97d604f23460210fd3e517/conf/mime.types with the following updates:
// HTTP status codes were copied from net/http with the following updates:
// - Rename StatusNonAuthoritativeInfo to StatusNonAuthoritativeInformation
// - Add StatusSwitchProxy (306)
// NOTE: Keep this list in sync with statusMessage