package
3.2.7-fix1
Repository: https://github.com/explorer1092/nuclei.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
In go, []int, []string are not implictily converted to []interface{} when using type assertion and they need to be handled separately.
New creates a new component for a componentType.
NewBody creates a new body component.
NewCookie creates a new cookie component.
NewHeader creates a new header component.
NewPath creates a new URL component.
NewQuery creates a new query component.
NewValue returns a new value component.

# Constants

RequestBodyComponent is the name of the request body component.
RequestCookieComponent is the name of the request cookie component.
RequestHeaderComponent is the name of the request header component.
RequestPathComponent is the name of the request url component.
RequestQueryComponent is the name of the request query component.

# Variables

Components is a list of all available components.
ErrKeyNotFound is a error raised when a key is not found.
ErrSetValue is a error raised when a value cannot be set.

# Structs

Body is a component for a request body.
Cookie is a component for a request cookie.
Header is a component for a request header.
Path is a component for a request Path.
Query is a component for a request query.
Value is a value component containing a single parameter for the component It is a type of container that is used to represent all the data values that are used in a request.

# Interfaces

Component is a component for a request.