Last 12 weeks · 0 commits
2 of 6 standards met
Repository: vercel/go-bridge. Description: Bridge for `@vercel/go` Stars: 27, Forks: 8. 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.
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: