modulepackage
1.0.0-alpha.1
Repository: https://github.com/mlavergn/goweb.git
Documentation: pkg.go.dev
# README
goweb
Web I/O package in pure golang.
Wraps net/http into a higer level class that handles the following:
- Redirects
- Cookies
- Relative URLs
- JSON structures
- DOM parsing
Backwards compatibility to Golang 1.4 is currently being maintained.
Note: This project is currently unstable while the API is refined.
Dependencies: This package depends on golog
# Functions
Assumes a local HTTP proxy is anything listening locally on port 8080
.
No description provided by the author
ExtractJSON isolates and tidys JSON string while attepting to parse the contents into a JSONMap
.
FromJSON
.
GetClient takes an unused http.Request so we can support GAE
.
IdentifityJSONFragment
.
IsolateJSON isolates the JSON parsable text based on array or dictionary delimiters
.
NewDOM Constructor
.
NewDOMNode constructor
.
Constructor
.
Constructor
.
Constructor
.
TidyJSON
.
TidyScript
.
TidyValues
.
ToJSON
.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Type aliases
DOMNodeAttributes map of strings keyed by strings.
No description provided by the author
No description provided by the author