CodeQL library for Go
codeql/go-all 0.7.15-dev (changelog, source)
Search

Module Fasthttp

Provides classes for working with the fasthttp package.

Import path

import semmle.go.frameworks.Fasthttp

Predicates

packagePath

Gets the path for the root package of fasthttp.

v1modulePath

Gets the v1 module path github.com/valyala/fasthttp.

Modules

Args

Provide modeling for fasthttp.Args Type.

Client

Provide modeling for fasthttp.Client Type.

Functions

Provide models for sanitizer/Dangerous Functions of fasthttp.

HostClient

Provide modeling for fasthttp.HostClient Type.

Request

Provide modeling for fasthttp.Request Type.

RequestCtx

Provide modeling for fasthttp.RequestCtx Type.

RequestHeader

Provide Methods of fasthttp.RequestHeader which mostly used as remote user controlled sources.

Response

Provide modeling for fasthttp.Response Type.

TcpDialer

Provide modeling for fasthttp.TCPDialer Type.

URI

Provide modeling for fasthttp.URI Type.