You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
release(docs): mark features as released and update version to 0.7.0 🎊
- Remove unreleased warnings from Basic Auth middleware documentation
- Remove unreleased warnings from Body Limit middleware documentation
- Remove unreleased warnings from context object error handling documentation
- Remove unreleased warnings from Security Headers middleware documentation
- Remove construction emoji from middleware navigation menu items
- Update version from 0.6.0 to 0.7.0
Copy file name to clipboardExpand all lines: docs/en/middleware/body-limit.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# Body Limit Middleware
2
2
3
-
> [!WARNING] This feature is available in the development version but not yet released.
4
-
5
3
> **Reference**: [RFC 7230 HTTP/1.1 Message Syntax and Routing](https://datatracker.ietf.org/doc/html/rfc7230#section-3.3.1)
6
4
7
5
Body Limit middleware enforces maximum request body size by checking the `Content-Length` header. Prevents large payloads from overwhelming your server.
Security Headers middleware sets HTTP security headers to protect your application from common vulnerabilities like clickjacking, MIME type sniffing, and XSS attacks.
Copy file name to clipboardExpand all lines: docs/id/middleware/body-limit.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# Middleware Body Limit
2
2
3
-
> [!WARNING] Fitur ini tersedia di versi development tetapi belum dirilis.
4
-
5
3
> **Referensi**: [RFC 7230 HTTP/1.1 Message Syntax and Routing](https://datatracker.ietf.org/doc/html/rfc7230#section-3.3.1)
6
4
7
5
Middleware Body Limit menegakkan ukuran body request maksimum dengan memeriksa header `Content-Length`. Mencegah payload besar yang dapat membebani server Anda.
Middleware Security Headers mengatur header keamanan HTTP untuk melindungi aplikasi Anda dari kerentanan umum seperti clickjacking, MIME type sniffing, dan serangan XSS.
0 commit comments