repositorypackage
0.0.0-20200131140943-8f08e3aea2c5
Repository: https://github.com/xyproto/webhandle.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
DEPRECATED
webhandle

One way to serve webpages with onthefly and mux.
This is an experimental package and the overall design could be cleaner.
Online API Documentation
Features and limitations
- Webhandle can take a
*onthefly.Page
and publish both the HTML and CSS together, by listening to HTTP GET requests. gorilla/mux
is used for some of the functions.
General information
- Version: 0.1.1
- License: MIT
- Alexander F. Rødseth