crawlchain-0.3.1.0: Simulation user crawl paths

Safe HaskellSafe
LanguageHaskell2010

Text.HTML.CrawlChain.HtmlFiltering

Synopsis

Documentation

extractTagsContent :: String -> [TagContent] Source

Content of the tags up to the first child tag (as simplification) - with attributes.

findAttributes :: String -> [TagContent] -> [String] Source

data Method Source

Constructors

POST 
GET