File: control

package info (click to toggle)
golang-github-go-chi-cors 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 995 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: golang-github-go-chi-cors
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any
Standards-Version: 4.5.1
Homepage: https://github.com/go-chi/cors
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-chi-cors
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-chi-cors.git
XS-Go-Import-Path: github.com/go-chi/cors
Testsuite: autopkgtest-pkg-go

Package: golang-github-go-chi-cors-dev
Architecture: all
Depends: ${misc:Depends}
Description: 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.