Articles tagged with #request




Properly processing requests in your views is important, and one of the most important things is knowing what HTTP verb is being used. There are few ways to determine whether you are getting a GET or POST. The two most common ways people determine this...



Let's face it using urrlib is hard, and is not really fun at all. Using it to call your own api's or 3rd party api's is an exercise in frustration. Let's take a look at...