A Server is a http server.
| 26 | |
| 27 | // A Server is a http server. |
| 28 | Server struct { |
| 29 | ngin *engine |
| 30 | router httpx.Router |
| 31 | } |
| 32 | ) |
| 33 | |
| 34 | // MustNewServer returns a server with given config of c and options defined in opts. |
nothing calls this directly
no outgoing calls
no test coverage detected