Source: golang-vhost Section: devel Priority: extra Maintainer: Debian Go Packaging Team Uploaders: Vincent Bernat Build-Depends: debhelper (>= 8.0.0), dh-golang, golang-go Standards-Version: 3.9.5 Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-vhost.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-vhost.git;a=summary Homepage: https://github.com/inconshreveable/go-vhost XS-Go-Import-Path: github.com/inconshreveable/go-vhost Package: golang-vhost-dev Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg-dev Built-Using: ${misc:Built-Using} Description: 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.