Registry / networking / yookoala-gofast

yookoala-gofast

JSON →
library0.8.0gogounverified

Go implementation of the FastCGI protocol, supporting the responder role.

go get github.com/yookoala/gofast
INSTALL
IMPORT
SIG · YOOKOALA-GOFAST
Y
yookoala-gofast
networkinggov0.8.0
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.

gofast
github.com/yookoala/gofast

Create a FastCGI client and send a request.

package main import ( "fmt" "github.com/yookoala/gofast" ) func main() { client := gofast.NewClient("tcp", "localhost:9000") resp, err := client.Do(&gofast.Request{}) if err != nil { panic(err) } fmt.Println(resp) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
OpenAI (training)
1
Resources
yookoala-gofast — go get yookoala-gofast · libregistry