Allow Promise-based RequestInit function
Allows for async Promise-based method for initializing the RequestInit
of each fetch call. This will allow, among other things, for the ability to get auth tokens to attach to the request.
Allows for async Promise-based method for initializing the RequestInit
of each fetch call. This will allow, among other things, for the ability to get auth tokens to attach to the request.