Questions about the future of `HttpClient` API and beginner resources for getting started
Hi all. New to the server and have been searching for content on
1. Is the
2. Can anyone recommend good examples of getting started with
HttpClient. Two questions:1. Is the
HttpClient API continuing to progress, or is the idea to adopt HttpApi? 2. Can anyone recommend good examples of getting started with
HttpClient? Lucas Barake on youtube has some great stuff, but it quickly gets into much more complicated patterns (like oauth token reauthorization, timeouts, retries, etc.) I'd love to get basic implementation and then compose those features. I'm ml-family programmer and prefer a pure fp style with data-last semantics.