package
Version:
v0.23.0
Opens a new window with list of versions in this module.
Published: Dec 13, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package httpgetter is using to get resources from url.
* Get metadata for website;
* Get image blob to avoid CORS;
type HTMLMeta struct {
Title string `json:"title"`
Description string `json:"description"`
Image string `json:"image"`
}
type Image struct {
Blob []byte
Mediatype string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.