Module | Nokogiri::HTML5 |
In: |
lib/nokogumbo.rb
|
Fetch and parse a HTML document from the web, following redirects, handling https, and determining the character encoding using HTML5 rules. uri may be a String or a URI. options contains http headers and special options. Everything which is not a special option is considered a header. Special options include:
* :follow_limit => number of redirects which are followed * :basic_auth => [username, password]