This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Utilizing Configuration Files for HTTP Clients in Python
May 14, 2024
,
In this blog, I explain how to utilize configuration files for HTTP clients in Python, streamlining your coding process for better efficiency.
Implementation of HTTP Methods in Python: A Quick Guide
March 5, 2023
,
In this post, I'll go through an implementation of HTTP methods in Python, that includes GET, POST, PATCH, PUT, DELETE. As HTTP requests are asynchronous in nature, I will also…
An easy way to retry a failed HTTP client request in GO lang
January 4, 2023
,
Describes an easy way to retry a failed HTTP client request in GOlang. It presents an example of a retryable HTTP Client-Server Communication