GitShow/vercel/go-bridge
vercel

go-bridge

Bridge for `@vercel/go`

by vercel
gogolang
Star on GitHubFork

Go

28 stars9 forks3 contributorsQuiet · 3y agoSince 2020Apache-2.0

Meet the team

See all 3 on GitHub →
styfle
styfle3 contributions
EndangeredMassa
EndangeredMassa2 contributions
joecohens
joecohens1 contribution

Languages

View on GitHub →
Go100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
50
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 1 discussion · Last activity 3y ago
See all on GitHub →
spoonnotfound
I encounted the error "*bridge.ResponseWriter is not http.Flusher: missing method Flush"OpenIssue

I use gin framework and call gin.Context.Writer.Flush method. Yesterday the flush run well, but today it throws below error: Is this error related to the change of golang runtime? Or maybe it's better to add a Flush implementation in bridge.ResponseWriter

spoonnotfound · 1y ago

Recent fixes

View closed PRs →
EndangeredMassa
Propagate RequestURIMergedPR

A previous PR made sure that was unmarshaled, from the request. This PR ensures that the value propagates to the request we present to the user's Go endpoint handler. This should resolve an issue where some Go libraries assuming exists, like https://github.com/swaggo

EndangeredMassa · 3y ago
EndangeredMassa
ensure `RequestURI` exists on marshaled requestsMergedPR

When using a provided by , the property is missing. This happens in deployed Go serverless functions, but works locally with . Go documentation says that is the raw value from the HTTP message whereas is a normalized value. This PR copies the value from into . Example failing serverless function : In , the result is: In a deployment, the result is:

EndangeredMassa · 3y ago
styfle
Fix request headersMergedPR

Fixes an error when request has multiple headers with the same key but different value.

styfle · 4y ago
Structured data for AI agents

Repository: vercel/go-bridge. Description: Bridge for `@vercel/go` Stars: 28, Forks: 9. Primary language: Go. Languages: Go (100%). License: Apache-2.0. Topics: go, golang. Open PRs: 0, open issues: 1. Last activity: 3y ago. Community health: 50%. Top contributors: styfle, EndangeredMassa, joecohens.

·@ofershap

Replace github.com with gitshow.dev