golang-github-go-chi-cors 1.2.1-1 source package in Ubuntu

Changelog

golang-github-go-chi-cors (1.2.1-1) unstable; urgency=medium

  * New upstream release.
  * according to ratt nothing needs to be rebuild

 -- Thorsten Alteholz <email address hidden>  Sat, 03 Dec 2022 12:10:32 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe golang
Noble release universe golang
Mantic release universe golang
Lunar release universe golang

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-go-chi-cors_1.2.1-1.dsc 2.3 KiB 3c296656a3c602d3ceec18a0f90af57aacbc2f3a18c57d584e993b15a227c025
golang-github-go-chi-cors_1.2.1.orig.tar.gz 8.6 KiB d3fa42948b4b365db19c9a6639090c6869b968fa8c5ecb9635dce1a9bf4cf8d8
golang-github-go-chi-cors_1.2.1-1.debian.tar.xz 2.4 KiB b8864dda28281042e8ab8922bf698e4b2728c94d023e0a4c8bdee3e38eac8c42

Available diffs

No changes file available.

Binary packages built by this source

golang-github-go-chi-cors-dev: CORS net/http middleware for Go

 This package contains software that provides a net/http compatible
 middleware for performing preflight 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.