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
34 watching
222 forks
Language: Go
last commit: about 1 month 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,288 |
nelmio/nelmiocorsbundle | Adds support for Cross-Origin Resource Sharing headers in PHP applications | 1,892 |
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,445 |
grpc/grpc-go | A high-performance RPC framework that supports mobile and HTTP/2-based communication. | 21,208 |
soheilhy/cmux | A GoLang library for multiplexing multiple network protocols on the same port | 2,590 |
gogs/gogs | A self-hosted Git service written in Go, providing features and functionality similar to popular Git services. | 45,220 |
emicklei/go-restful | A package for building RESTful web services using Go | 5,051 |
golang/net | A collection of supplementary networking packages for the Go programming language | 2,883 |
oj/gobuster | A tool for automating the discovery of vulnerabilities in web applications and services by brute-forcing various types of inputs | 10,335 |
graph-gophers/graphql-go | A GraphQL library for Go with support for easy use and multiple features. | 4,662 |
gavv/httpexpect | A toolkit for building and testing HTTP/REST APIs with a focus on ease of use and flexibility | 2,569 |
urfave/negroni | A library that provides an idiomatic approach to web middleware in Go | 7,479 |
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,509 |