Documentation ¶ Overview ¶ A webserver that runs n http handlers. Example invocation: - server -port 8080 -prefix foo -num 10 -start 0 Will given you 10 /foo(i) endpoints that simply echo foo(i) when requested. - server -start 3 -num 1 Will create just one endpoint, at /foo3 Source Files ¶ View all Source files server.go Click to show internal directories. Click to hide internal directories.