package
0.0.0-20241212104548-221f4afc2f30
Repository: https://github.com/adhocore/fasthttp.git
Documentation: pkg.go.dev

# Functions

NewFunc returns stackless wrapper for the function f.
NewWriter creates a stackless writer around a writer returned from newWriter.

# Interfaces

Writer is an interface stackless writer must conform to.

# Type aliases

NewWriterFunc must return new writer that will be wrapped into stackless writer.