httpclient

package
v1.16.0 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2024 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Overview

Package httpclient provides Lua functions for a HTTP client

Index

Constants

View Source
const (
	// HTTPClientClass is an identifier for the HTTPClient class in Lua
	HTTPClientClass = "HTTPClient"
)

Variables

This section is empty.

Functions

func Load

func Load(L *lua.LState, userAgent string)

Load makes functions related to httpclient available to the given Lua state

Types

type HTTPClient

type HTTPClient struct {
	// contains filtered or unexported fields
}

HTTPClient represents a HTTP client

func NewHTTPClient

func NewHTTPClient() *HTTPClient

NewHTTPClient creates a HTTPClient struct

func (*HTTPClient) Begin

func (hc *HTTPClient) Begin() *httpclient.HttpClient

Begin applies the settings in the HTTPClient struct and returns a httpclient.HttpClient

Jump to

Keyboard shortcuts

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