golang-github-go-chi-cors 1.2.0-2 source package in Ubuntu

Changelog

golang-github-go-chi-cors (1.2.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + golang-github-go-chi-cors-dev: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Fri, 25 Nov 2022 01:49:04 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-go-chi-cors_1.2.0-2.dsc 2.1 KiB 50f0d10ce53117161a38da7eb8aeb3a37772901fb49a07ac6b6e70c523eef94f
golang-github-go-chi-cors_1.2.0.orig.tar.gz 8.2 KiB f9da3db2ad76085112fb6b47e7a2f22ab0adac88cdc5071ea5faf3e862139cc0
golang-github-go-chi-cors_1.2.0-2.debian.tar.xz 2.4 KiB 62341b7745545735a28ca07400595f1ef7f2cdd9e6e6bb51b6570d82e6dc0dd4

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.