Tue, 18 Jun 2024 18:52:09 UTC | login

Information for build golang-github-julienschmidt-httprouter-1.3.0-1.fc33

ID143560
Package Namegolang-github-julienschmidt-httprouter
Version1.3.0
Release1.fc33
Epoch
SummaryHigh performance http request router that scales well
Description HttpRouter is a lightweight high performance HTTP request router (also called multiplexer or just mux for short) for Go. In contrast to the default mux of Go's net/http package, this router supports variables in the routing pattern and matches against the request method. It also scales better. The router is optimized for high performance and a small memory footprint. It scales well even with very long paths and a large number of routes. A compressing dynamic trie (radix tree) structure is used for efficient matching.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Mar 2020 11:05:48 UTC
CompletedFri, 27 Mar 2020 11:05:48 UTC
Tags
f33
RPMs
src
golang-github-julienschmidt-httprouter-1.3.0-1.fc33.src.rpm (info) (download)
noarch
golang-github-julienschmidt-httprouter-devel-1.3.0-1.fc33.noarch.rpm (info) (download)
Changelog * Sun Feb 16 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.0-1 - Update to latest version - Enable tests again * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Apr 20 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.2.0-1 - Release 1.2.0 * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-16.gitadbc77e - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot <nim@fedoraproject.org> - 1.1-15.gitadbc77e - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-14.gitadbc77e - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Jun 17 2018 Jan Chaloupka <jchaloup@redhat.com> - 1.1-13.gitadbc77e - Upload glide files * Fri Jun 01 2018 Paul Gier <pgier@redhat.com> - 1.1-12 - Update to latest snapshot - Minor updates to latest go packaging standards * Thu Mar 01 2018 Jan Chaloupka <jchaloup@redhat.com> - 1.1-11 - Autogenerate some parts using the new macros