LeonardoCardoso / SwiftLinkPreview

It makes a preview from an URL, grabbing all the information such as title, relevant texts and images.
https://leocardz.com/swift-link-preview-5a9860c7756f
MIT License
1.37k stars 197 forks source link

return Content-Type #118

Closed ospfranco closed 3 years ago

ospfranco commented 4 years ago

When navigating the web, some resources might have different types, and can be represented differently (a video, an image, a pdf, etc), therefore it is also necessary to return the content-type of the provided url.

I will try to create a PR containing this change