DEV Community

Discussion on: Faster Than Requests

Collapse
 
kcespedes profile image
kcespedes

Hi, im new to programming, im tryying to use your faster_than_requests library but cannot get the status code of the requests made.

import faster_than_requests as requests

Exp: response = requests.post(url, "data", http_headers)

I know how to access the response status code with the requests library, but how is it done with yours?