formdata

package
v0.17.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseFormURLEncoded added in v0.17.2

func ParseFormURLEncoded(into form.Form, data, buff []byte) (result form.Form, buffer []byte, err error)

ParseFormURLEncoded implements parser for key-value pairs similar to request path parameters. The only difference is that this parser is greedy, as is intended to parse an already received body.

It prohibits any non-printable characters in keys but allows such in values, therefore printing them might cause unwanted effects (e.g. beeping terminal.)

func ParseMultipart

func ParseMultipart(cfg *config.Config, into form.Form, data, buff []byte, b string) (form.Form, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL