Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergiomt/knowgate-xhtml
KnowGate HTTP and HTML utilities
https://github.com/sergiomt/knowgate-xhtml
cookies httprequest java lesscss sax-parser
Last synced: about 1 month ago
JSON representation
KnowGate HTTP and HTML utilities
- Host: GitHub
- URL: https://github.com/sergiomt/knowgate-xhtml
- Owner: sergiomt
- License: apache-2.0
- Created: 2017-04-22T15:10:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T16:18:25.000Z (almost 3 years ago)
- Last Synced: 2024-10-19T15:02:52.109Z (2 months ago)
- Topics: cookies, httprequest, java, lesscss, sax-parser
- Language: JavaScript
- Size: 662 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KnowGate HTTP and HTML Utilities
A lightweight wrapper over HTTP/HTML/CSS classes used by other projects.
## HTTP
- [Cookies](https://sergiomt.github.io/knowgate-xhtml/com/knowgate/http/Cookies.html)
- [UserAgent Info](https://sergiomt.github.io/knowgate-xhtml/com/knowgate/http/UAgentInfo.html)
- [HttpRequest](https://sergiomt.github.io/knowgate-xhtml/com/knowgate/http/HttpRequest.html)## XML/DOM/SAX
- [XML Document](https://sergiomt.github.io/knowgate-xhtml/com/knowgate/xhtml/XMLDocument.html)
- [SAX Validate](https://sergiomt.github.io/knowgate-xhtml/com/knowgate/xhtml/SAXValidate.html)
- [XSL Stylesheet Cache](https://sergiomt.github.io/knowgate-xhtml/com/knowgate/xhtml/StylesheetCache.html)## CSS/LESS
- [LESS Compiler](https://sergiomt.github.io/knowgate-xhtml/org/lesscss/package-summary.html)
- [LESS CSS Cache](https://sergiomt.github.io/knowgate-xhtml/com/knowgate/xhtml/LESSCache.html)