handler.go 178 B

123456789
  1. package webserv
  2. /*
  3. Handler.go
  4. Handler for web server options change
  5. web server is directly listening to the TCP port
  6. handlers in this script are for setting change only
  7. */