libs

package
v0.0.0-...-7eae5d6 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 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"`
	HeadersOrder      []string               `json:"HeadersOrder"`
	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"`
	ForceHTTP1        bool                   `json:"ForceHTTP1"`
	PseudoHeaderOrder []string               `json:"PseudoHeaderOrder"`
	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