Registry / utility / oapi-codegen-runtime

oapi-codegen-runtime

JSON →
library1.4.1gogounverified

Runtime utilities for OpenAPI code generation, providing helpers for request/response handling and validation.

go get github.com/oapi-codegen/runtime
INSTALL
IMPORT
SIG · OAPI-CODEGEN-RUNTI
O
oapi-codegen-runtime
utilitygov1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

runtime
github.com/oapi-codegen/runtime

Uses runtime utilities to parse a query parameter.

package main import ( "fmt" "github.com/oapi-codegen/runtime" ) func main() { // Example: parse a query parameter val, err := runtime.QueryParam("name", "John") if err != nil { panic(err) } fmt.Println("Parsed value:", val) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
oapi-codegen-runtime — go get oapi-codegen-runtime · libregistry