Categorygithub.com/mono83/tame
modulepackage
1.2.3
Repository: https://github.com/mono83/tame.git
Documentation: pkg.go.dev

# README

TAME

Build Status Go Report Card GoDoc

Simple HTTP wrapper to retrieve arbitrary web pages. Currently under development.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Unmarshal reads data from document to provided targets Read operation is performed sequentially, first error occured will cancel rest of process.

# Interfaces

Document interface describes parseable entities (HTML pages in common).
DOMDocument is an extended version of document, that supports DOM operations.
DOMSelection describes DOM node.

# Type aliases

ByteDocument is simple implementation on Document interface Also it is plain wrapper over byte slice.