package
2.0.3+incompatible
Repository: https://github.com/zew/go-questionnaire.git
Documentation: pkg.go.dev

# Functions

HijackTest is the original example from the docs https://golang.org/pkg/net/http/#example_Hijacker.
InstanceInfo queries via app engine admin service API https://pkg.go.dev/google.golang.org/[email protected]/appengine/v1beta5?tab=doc#APIService */.
NewFlushable returns a flushable *auto flushing* response writer; for this, it must hijack the request.
SlowBuffered - standard request with timeouts.
SlowHijacked *streams* a response using an autoflushing response writer.

# Structs

WriterFlushable is a http response writer for usage just like w http.ResponseWriter; use makeFlushable to convert from ordinary http.ResponseWriter; see NewFlushable() for more details.