VirtualPath return current server's VirtualPath
()
| 213 | |
| 214 | // VirtualPath return current server's VirtualPath |
| 215 | func (server *HttpServer) VirtualPath() string { |
| 216 | return server.ServerConfig().VirtualPath |
| 217 | } |
| 218 | |
| 219 | // SetOffline set server offline config |
| 220 | func (server *HttpServer) SetOffline(offline bool, offlineText string, offlineUrl string) { |
no test coverage detected