Skip to content

Instantly share code, notes, and snippets.

@ivamluz
Last active July 28, 2020 00:24
Show Gist options
  • Save ivamluz/a4ce2dbf599bb2c10d3055784d7852ef to your computer and use it in GitHub Desktop.
Save ivamluz/a4ce2dbf599bb2c10d3055784d7852ef to your computer and use it in GitHub Desktop.
test-deployed-http.sh command output
> ./test-deployed-http.sh
Sending GET request to https://<region>-<project-id>.cloudfunctions.net/sample_http?subject=FooBar
HTTP/2 200
content-type: text/html; charset=utf-8
function-execution-id: nm07fwaspcwl
x-cloud-trace-context: b607a137968b883068619c9bed376b4d;o=1
date: Tue, 28 Jul 2020 00:19:48 GMT
server: Google Frontend
content-length: 14
alt-svc: h3-29=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-T050=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Hello, FooBar!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment