server.go 64 B

1234
  1. package httpserver
  2. const HTTPS_PORT = 443
  3. const HTTP_PORT = 80