Line 27:
Should be:
Side note: love that you've created a HTTP Client solution using FP!
Maintaining 20+ servers / microservices that have all been using the old request library, and structurally outdated API format for constructing a request, error handling, and retries - a "One Size Fits Most" legacy. Replacing all this with your module, composing a default to match the old system, while optionally being able to override any other facet. Thank you for making it a coding pleasure.
Line 27:
Should be:
Side note: love that you've created a HTTP Client solution using FP!
Maintaining 20+ servers / microservices that have all been using the old
requestlibrary, and structurally outdated API format for constructing a request, error handling, and retries - a "One Size Fits Most" legacy. Replacing all this with your module, composing a default to match the old system, while optionally being able to override any other facet. Thank you for making it a coding pleasure.