Interface HttpClient

An interface that abstracts HTTP request operations.

You need to pass an HTTP client into Git commands that make HTTP requests. Both a Node.js client NodeHttpClient and a browser client WebHttpClient are included in the package, but you have to pick which one to use. Or you can provide your own!

Hierarchy

  • HttpClient

Methods

Methods

Generated using TypeDoc