//
pkg.gl
Category
github.com/domsolutions/fasthttp
stackless
package
0.0.1
Repository:
https://github.com/domsolutions/fasthttp.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
175 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.