Thu, 27 Jun 2024 00:59:44 UTC | login

Information for build golang-github-inconshreveable-vhost-0-0.5.20190629git06d8411.fc31

ID98915
Package Namegolang-github-inconshreveable-vhost
Version0
Release0.5.20190629git06d8411.fc31
Epoch
SummaryHTTP/TLS hostname multiplexing library for Go
Description Go-vhost 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. You can then Listen() on a muxer for a particular virtual host name of interest which will return to you a net.Listener for just connections with the virtual hostname of interest. The lower-level Go-vhost interface are just functions which extract the name/routing information for the given protocol and return an object implementing net.Conn which works as if no bytes had been consumed.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2019 11:10:22 UTC
CompletedWed, 24 Jul 2019 11:10:22 UTC
Tags
f31
RPMs
src
golang-github-inconshreveable-vhost-0-0.5.20190629git06d8411.fc31.src.rpm (info) (download)
noarch
golang-github-inconshreveable-vhost-devel-0-0.5.20190629git06d8411.fc31.noarch.rpm (info) (download)
Changelog * Tue Jul 09 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0-0.5.20160627git06d8411 - Add Obsoletes for old name * Fri May 10 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.4.20160627git06d8411 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3.20160627git06d8411 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2.20160627git06d8411 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Feb 12 2018 Jiri Kucera <jkucera@redhat.com> - 0-0.1.20160627git06d8411 - First package for Fedora resolves #1540726 patch `mux_test-missing-format-string.patch` is needed to resolve https://github.com/inconshreveable/go-vhost/pull/7