
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
github.com/mhsnrafi/html-parser-golang
RESTful API to create, read, update and delete html response. No database implementation yet
mux
mux routergoquery
from web$ go get -u github.com/gorilla/mux
$ go get github.com/PuerkitoBio/goquery
go run main.go
http://localhost:8100
Please get Golang, anything else for free is a compromise that is just not worth. Get started with trial version.
GET http://localhost:8100/api/response
:
GET http://localhost:8100/api/response{id}
:
DELETE http://localhost:8100/api/response/{id}
:
POST http://localhost:8100/api/response
:
# body parameter:
{
"url": "https://www.julianabicycles.com/en-US""
}
Request sample:
{
"id": "1",
"url": "https://www.julianabicycles.com/en-US",
"htmltitle": "Juliana Bicycles | The Original Women's Mountain Bike",
"htmlversion": "html5",
"headingcount": {
"h1": 9,
"h2": 41,
"h3": 4,
"h4": 4
},
"externallink": 59,
"internalink": 170,
"inaccessible": 0,
"islogin": false
}
PUT http://localhost:8100/api/response/{id}
:
# body parameter:
{
"id": "3"
}
Request sample:
{
"id": "3",
"url": "https://www.julianabicycles.com/en-US",
"htmltitle": "Juliana Bicycles | The Original Women's Mountain Bike",
"htmlversion": "html5",
"headingcount": {
"h1": 9,
"h2": 41,
"h3": 4,
"h4": 4
},
"externallink": 59,
"internalink": 170,
"inaccessible": 0,
"islogin": false
}
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.