Function
get
(this: Client.HttpClient, url: string | URL, options?: ClientRequest.Options.NoBody)
Source from the content-addressed store, hash-verified
| 110 | } |
| 111 | }, |
| 112 | get(this: Client.HttpClient, url: string | URL, options?: ClientRequest.Options.NoBody) { |
| 113 | return this.execute(internalRequest.get(url, options)) |
| 114 | }, |
| 115 | head(this: Client.HttpClient, url: string | URL, options?: ClientRequest.Options.NoBody) { |
| 116 | return this.execute(internalRequest.head(url, options)) |
| 117 | }, |
Callers
nothing calls this directly
Tested by
no test coverage detected