http_agent

package
v2.1.4 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

* Copyright 1999-2020 Alibaba Group Holding Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FakeHttpResponse

func FakeHttpResponse(status int, body string) (resp *http.Response)

Types

type HttpAgent

type HttpAgent struct {
	TlsConfig constant.TLSConfig
}

func (*HttpAgent) Delete

func (agent *HttpAgent) Delete(path string, header http.Header, timeoutMs uint64,
	params map[string]string) (response *http.Response, err error)

func (*HttpAgent) Get

func (agent *HttpAgent) Get(path string, header http.Header, timeoutMs uint64,
	params map[string]string) (response *http.Response, err error)

func (*HttpAgent) Post

func (agent *HttpAgent) Post(path string, header http.Header, timeoutMs uint64,
	params map[string]string) (response *http.Response, err error)

func (*HttpAgent) Put

func (agent *HttpAgent) Put(path string, header http.Header, timeoutMs uint64,
	params map[string]string) (response *http.Response, err error)

func (*HttpAgent) Request

func (agent *HttpAgent) Request(method string, path string, header http.Header, timeoutMs uint64, params map[string]string) (response *http.Response, err error)

func (*HttpAgent) RequestOnlyResult

func (agent *HttpAgent) RequestOnlyResult(method string, path string, header http.Header, timeoutMs uint64, params map[string]string) string

type IHttpAgent

type IHttpAgent interface {
	Get(path string, header http.Header, timeoutMs uint64, params map[string]string) (response *http.Response, err error)
	Post(path string, header http.Header, timeoutMs uint64, params map[string]string) (response *http.Response, err error)
	Delete(path string, header http.Header, timeoutMs uint64, params map[string]string) (response *http.Response, err error)
	Put(path string, header http.Header, timeoutMs uint64, params map[string]string) (response *http.Response, err error)
	RequestOnlyResult(method string, path string, header http.Header, timeoutMs uint64, params map[string]string) string
	Request(method string, path string, header http.Header, timeoutMs uint64, params map[string]string) (response *http.Response, err error)
}

Jump to

Keyboard shortcuts

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