Skip to content

Instantly share code, notes, and snippets.

@grant
Created June 22, 2020 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grant/2e410e6d3b9ce8f7deaf63d3912667ea to your computer and use it in GitHub Desktop.
Save grant/2e410e6d3b9ce8f7deaf63d3912667ea to your computer and use it in GitHub Desktop.
=======================
==== request start ====
uri: https://serviceusage.googleapis.com/v1/projects/my-project/services?alt=json&filter=state%3AENABLED
method: GET
== headers start ==
b'Authorization': --- Token Redacted ---
b'accept': b'application/json'
b'accept-encoding': b'gzip, deflate'
b'content-length': b'0'
b'user-agent': b'google-cloud-sdk gcloud/HEAD command/gcloud.services.list invocation-id/why-are-you-looking-at-this? environment/None environment-version/None interactive/True from-script/False python/3.7.3 term/xterm-256color (Macintosh; Intel Mac OS X 19.4.0)'
== headers end ==
== body start ==
== body end ==
==== request end ====
---- response start ----
-- headers start --
-content-encoding: gzip
alt-svc: h3-28=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-25=":443"; ma=2592000,h3-T050=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q049=":443"; ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
cache-control: private
content-length: 316849
content-location: https://serviceusage.googleapis.com/v1/projects/my-project/services?alt=json&filter=state%3AENABLED
content-type: application/json; charset=UTF-8
date: Mon, 08 Oct 2040 09:41:00 GMT
server: ESF
status: 200
transfer-encoding: chunked
vary: Origin, X-Origin, Referer
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 0
-- headers end --
-- body start --
{
... raw JSON body response
}
-- body end --
total round trip time (request+response): 0.711 secs
---- response end ----
----------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment