Search found 2 matches

by hotzenklotz
Mon Jul 19, 2021 8:28 am
Forum: General Discussion and Questions
Topic: Access HTTP response header
Replies: 2
Views: 1952

Re: Access HTTP response header

@benalb Thanks. Looks like the mrequests library is exactly what I am looking for. I will give it a try.
by hotzenklotz
Fri Jul 16, 2021 12:16 pm
Forum: General Discussion and Questions
Topic: Access HTTP response header
Replies: 2
Views: 1952

Access HTTP response header

Hi, I am trying to write a program that fetches some info from the GitHub API. As part of that I would like to access the response headers returned from the GitHub server (particularly the ETAG header for caching/request limits). How is that possible in MicroPython? So far I have tried using the `ur...