metadata_parser icon indicating copy to clipboard operation
metadata_parser copied to clipboard

python library for getting metadata

Results 1 metadata_parser issues
Sort by recently updated
recently updated
newest added

Add support for 304 HTTP Response, for ETag/If-None-Match caching. You can find more about the concept here: https://books.google.co.il/books?id=j-6iDwAAQBAJ&pg=PA232&lpg=PA232&dq=python+If-None-Match+etag+requests&source=bl&ots=J8JYT3JdG4&sig=ACfU3U1dpTbN6Lc9OhAhBneEomyCQhoZgA&hl=en&sa=X&ved=2ahUKEwi-ye6_lenpAhUOyqQKHSpUBCMQ6AEwBnoECAgQAQ#v=onepage&q=python%20If-None-Match%20etag%20requests&f=false Right now, HTTP 304 throws a NotParsableFetchError(), instead, if the 'If-None-Match' header...