Crawler v0.3.0 Crawler.Parser.LinkParser.FileTypeDetector
Detects the file type of a given link.
Link to this section Summary
Functions
Examples
Link to this section Functions
Link to this function
detect(link)
Examples
iex> FileTypeDetector.detect("http://hello.world/page.html")
"html"