Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Custom HttpClientImpl

Patrick Rodgers edited this page Jan 4, 2017 · 5 revisions

It is possible you may need complete control over the sending and receiving of requests beyond what is provided by the NodeFetchClient, SPRequestExecutorClient, or the default FetchClient

export interface HttpClientImpl { fetch(url: string, options: any): Promise; }

Clone this wiki locally