mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
made it work but looking for another approach
Former-commit-id: e61c4573543c57b8d6d4ef2583e40f52c391402f
This commit is contained in:
2
doc.go
2
doc.go
@@ -222,7 +222,7 @@ Below you'll see some useful examples:
|
||||
// ListenAndServe function of the `net/http` package.
|
||||
app.Run(iris.Raw(&http.Server{Addr:":8080"}).ListenAndServe)
|
||||
|
||||
UNIX and BSD hosts can take advandage of the reuse port feature.
|
||||
UNIX and BSD hosts can take advantage of the reuse port feature.
|
||||
|
||||
Example code:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user