This website requires JavaScript.
Explore
Help
Register
Sign In
macaron
/
cors
Archived
Watch
1
Star
2
Fork
2
You've already forked cors
Code
Issues
Pull Requests
Releases
Wiki
Activity
fork of
https://github.com/go-macaron/cors
This repository has been archived on
2019-08-26
. You can view files and clone it, but cannot push or open issues or pull requests.
10
Commits
1
Branch
0
Tags
56
KiB
Go
100%
master
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
tamalsaha
95aec09ea8
All checks were successful
continuous-integration/drone/push
Build is passing
Details
Use ResponseWrites.WriteHeader to write status (
#5
)
2019-08-26 18:02:38 +00:00
.drone.yml
add drone support (
#2
)
2019-08-05 01:50:23 +00:00
.gitignore
Initial commit
2019-01-16 15:35:13 -08:00
cors.go
Use ResponseWrites.WriteHeader to write status (
#5
)
2019-08-26 18:02:38 +00:00
go.mod
fix go mod name (
#4
)
2019-08-21 15:28:25 +00:00
go.sum
use gitea.com/macaron/inject (
#1
)
2019-08-04 01:00:56 +00:00
LICENSE
Initial commit
2019-01-16 15:35:13 -08:00
README.md
fix go mod name (
#4
)
2019-08-21 15:28:25 +00:00
README.md
cors
Package cors is a middleware that handles CORS requests & headers for Macaron.