Tue, 03 Feb 2026 04:31:04 CST | login

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

ID29724
Package Namegolang-github-julienschmidt-httprouter
Version1.3.0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-julienschmidt-httprouter.git?.#0f148288a4921f69759d16170e916ee0a5a665dd
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 byfanjunkong
State complete
Volume DEFAULT
StartedSat, 21 Sep 2024 01:04:24 CST
CompletedSat, 21 Sep 2024 01:06:44 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/golang-github-julienschmidt-httprouter.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-julienschmidt-httprouter.git?.#origin/master'}}
Tags
epol9-test-compose
RPMs
src
golang-github-julienschmidt-httprouter-1.3.0-1.oc9.src.rpm (info) (download)
noarch
golang-github-julienschmidt-httprouter-devel-1.3.0-1.oc9.noarch.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Jul 01 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.3.0-1 - initial build