scivision / linkchecker-markdown

Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second
MIT License
32 stars 18 forks source link

Use HTTP HEAD method #4

Closed int-ua closed 5 years ago

int-ua commented 5 years ago

HEAD may allow saving a lot of bandwidth and server time. It's requests.head of course.