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
Copy file name to clipboardExpand all lines: middleware.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -309,7 +309,7 @@ func main() {
309
309
310
310
## Template
311
311
312
-
Fiber supports a websocket upgrade middleware. The `*Conn` struct has all the functionality from the gorilla/websocket library.
312
+
By default Fiber comes with the [**default HTML template**](https://golang.org/pkg/html/template/) engine, but this middleware contains third party rendering engines.
313
313
314
314
**Installation**
315
315
@@ -369,7 +369,7 @@ func main() {
369
369
370
370
## WebSocket
371
371
372
-
Fiber supports a websocket upgrade middleware. The `*Conn` struct has all the functionality from the gorilla/websocket library.
372
+
Fiber supports a websocket upgrade middleware. The `*Conn` struct has all the functionality from the [**gorilla/websocket**](https://github.com/gorilla/websocket) library.
0 commit comments