new WebRequestFlagSource<KEYS>(args: AxiosRequestConfig<any>): WebRequestFlagSource<KEYS>
creates a flag source for fetching the flag values from a url. The return
response is used directly by default, however the source supports passing
in any arguments supported by Axios.request(), including transformResponse.
Type parameters
KEYS: string
Parameters
args: AxiosRequestConfig<any>
the axios args to use when making the http request
creates a flag source for fetching the flag values from a url. The return response is used directly by default, however the source supports passing in any arguments supported by Axios.request(), including transformResponse.