cors
CORS handler
A Go library implementing Cross Origin Resource Sharing (CORS) to handle HTTP requests securely.
Go net/http configurable handler to handle CORS requests
3k stars
33 watching
221 forks
Language: Go
last commit: 23 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
unrolled/secure | Provides an HTTP middleware for Go that secures web applications by enforcing security best practices. | 2,273 |
nelmio/nelmiocorsbundle | Adds support for Cross-Origin Resource Sharing headers in PHP applications | 1,891 |
shivangx01b/corsme | A tool to scan web applications for Cross-Origin Resource Sharing (CORS) misconfigurations. | 169 |
parnurzeal/gorequest | A simplified HTTP client for Go, providing a straightforward interface for sending various types of HTTP requests. | 3,440 |
grpc/grpc-go | A high-performance RPC framework that supports mobile and HTTP/2-based communication. | 21,100 |
soheilhy/cmux | A GoLang library for multiplexing multiple network protocols on the same port | 2,583 |
gogs/gogs | A self-hosted Git service written in Go, providing features and functionality similar to popular Git services. | 45,084 |
emicklei/go-restful | A package for building RESTful web services using Go | 5,041 |
golang/net | A collection of supplementary networking packages for the Go programming language | 2,874 |
oj/gobuster | A tool for automating the discovery of vulnerabilities in web applications and services by brute-forcing various types of inputs | 10,135 |
graph-gophers/graphql-go | A GraphQL library for Go with support for easy use and multiple features. | 4,652 |
gavv/httpexpect | A toolkit for building and testing HTTP/REST APIs with a focus on ease of use and flexibility | 2,553 |
urfave/negroni | A library that provides an idiomatic approach to web middleware in Go | 7,470 |
whatyouhide/corsica | A plug and DSL for handling CORS requests in Elixir web applications. | 526 |
ant0ine/go-json-rest | A library that provides a simple and efficient way to build RESTful JSON APIs in Go. | 3,514 |