github.com/go-spatial/go-wfs@v0.1.4-0.20190401000911-c9fba2bb5188/server/README.md (about) 1 The server has the following url endpoints. The source of the content for the endpoint is listed, server/routes.go maps requests to handlers & server/handlers.go encode the content appropriately for the response. 2 3 / - root.go/root() 4 /conformance - conformance.go/conformance() 5 /api - openapi.go/api() 6 7 server/ 8 routes.go: maps urls to functions (from handlers.go) 9 handlers.go: actual work done here 10 server.go: simple interface to start the server.