//
pkg.gl
Category
github.com/valyala/fasthttp
stackless
package
1.59.0
Repository:
https://github.com/valyala/fasthttp.git
Documentation:
pkg.go.dev
Versions
2
Dependencies
6
Dependents
16
Files
176 SLOC
#
Functions
NewFunc
NewFunc returns stackless wrapper for the function f.
NewWriter
NewWriter creates a stackless writer around a writer returned from newWriter.
#
Interfaces
Writer
Writer is an interface stackless writer must conform to.
#
Type aliases
NewWriterFunc
NewWriterFunc must return new writer that will be wrapped into stackless writer.