func/templates/go/http
Luke Kingland 867d4c26d6
feat: improved invoke verbosity (#1007)
* feat: improved invoke verbosity

* e2e test updates

* regen filesystem

* e2e tests: add to query what is expected as an echo
2022-05-11 19:16:35 +00:00
..
README.md Change github.com links to the new home (#424) 2021-07-26 10:30:15 -07:00
go.mod feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
handle.go feat: improved invoke verbosity (#1007) 2022-05-11 19:16:35 +00:00
handle_test.go feat: improved invoke verbosity (#1007) 2022-05-11 19:16:35 +00:00
manifest.yaml feat!: invoke (#705) 2022-01-21 12:04:05 -08:00

README.md

Go HTTP Function

Welcome to your new Go Function! The boilerplate function code can be found in handle.go. This Function responds to HTTP requests.

Development

Develop new features by adding a test to handle_test.go for each feature, and confirm it works with go test.

Update the running analog of the function using the func CLI or client library, and it can be invoked from your browser or from the command line:

curl http://myfunction.example.com/

For more, see the complete documentation