套件: golang-vhost-dev (0.0~git20140120-3)
golang-vhost-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-vhost:
- [golang-vhost_0.0~git20140120-3.dsc]
- [golang-vhost_0.0~git20140120.orig.tar.xz]
- [golang-vhost_0.0~git20140120-3.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Go Packaging Team
- Vincent Bernat
外部的資源:
- 主頁 [github.com]
相似套件:
Go library to implement virtual hosting for different protocols
This is a simple library that lets you implement virtual hosting functionality for different protocols (HTTP and TLS so far). go-vhost has a high-level and a low-level interface. The high-level interface lets you wrap existing net.Listeners with "muxer" objects. The lower-level interface returns an object implementing net.Conn which works as if no bytes had been consumed.