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
-**String**: Similar to Express.js, converts a value to a string.
342
342
-**ViewBind**: Binds data to a view, replacing the old `Bind` method.
343
343
-**CBOR**: Introducing [CBOR](https://cbor.io/) binary encoding format for both request & response body. CBOR is a binary data serialization format which is both compact and efficient, making it ideal for use in web applications.
344
-
-**End**: Similar to Express.js, immediately flushes the current response and closes the underlying connection.
345
344
-**Drop**: Terminates the client connection silently without sending any HTTP headers or response body. This can be used for scenarios where you want to block certain requests without notifying the client, such as mitigating DDoS attacks or protecting sensitive endpoints from unauthorized access.
345
+
-**End**: Similar to Express.js, immediately flushes the current response and closes the underlying connection.
0 commit comments