Sat, 20 Apr 2024 13:11:53 UTC | login

Information for build golang-github-chi-cors-1.2.0-1.fc33

ID194418
Package Namegolang-github-chi-cors
Version1.2.0
Release1.fc33
Epoch
SummaryCORS net/http middleware for Go
Description go-chi/cors is a fork of github.com/rs/cors that provides a net/http compatible middleware for performing pref-light CORS checks on the server side. These headers are required for using the browser native Fetch API. This middleware is designed to be used as a top-level middleware on the chi router. Applying with within a r.Group() or using With() will not work without routes matching OPTIONS added.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 19 Apr 2021 04:30:25 UTC
CompletedMon, 19 Apr 2021 04:30:25 UTC
Tags
f33
f37
f38
RPMs
src
golang-github-chi-cors-1.2.0-1.fc33.src.rpm (info) (download)
noarch
golang-github-chi-cors-devel-1.2.0-1.fc33.noarch.rpm (info) (download)
Changelog * Sat Apr 03 2021 Qiyu Yan <yanqiyu@fedoraproject.org> - 1.2.0-1 - Update to 1.2.0 upstream release * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Qiyu Yan <yanqiyu@fedoraproject.org> - 1.1.1-1 - Initial package