mirror of https://github.com/gofiber/fiber.git
📚 [Doc] fix incorrect status code source (#2667)
* fix incorrect status code source * fix typopull/2675/head
parent
ada2d4affd
commit
8c69065e83
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue