libs

package
v0.0.0-...-6345236 Latest Latest
Warning

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

Go to latest
Published: May 15, 2023 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RequestParams

type RequestParams struct {
	Method         string                 `json:"Method"`
	Url            string                 `json:"Url"`
	Params         map[string]string      `json:"Params"`
	Headers        map[string]string      `json:"Headers"`
	Cookies        map[string]string      `json:"Cookies"`
	Data           map[string]string      `json:"Data"`
	Json           map[string]interface{} `json:"Json"`
	Body           string                 `json:"Body"`
	Auth           []string               `json:"Auth"`
	Timeout        int                    `json:"Timeout"`
	AllowRedirects bool                   `json:"AllowRedirects"`
	Proxies        string                 `json:"Proxies"`
	Verify         bool                   `json:"Verify"`
	Cert           []string               `json:"Cert"`
	Ja3            string                 `json:"Ja3"`
	TLSExtensions  string                 `json:"TLSExtensions"`
	HTTP2Settings  string                 `json:"HTTP2Settings"`
}

Jump to

Keyboard shortcuts

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