|
|
|
|
|
by pbreit
3856 days ago
|
|
I'm amazed at how lousy http-client support in languages continues to be. It's not like there's any secret that it's critical or how to do it right. Python still doesn't have a very good httplib, hence the popularity of Requests. I wrote the original PayPal IPN sample code (sorry!) and it was maddening trying to figure out the best way to do simple HTTP POST in all the languages, except for cURL. |
|