Categorygithub.com/wzshiming/requests
modulepackage
0.1.1
Repository: https://github.com/wzshiming/requests.git
Documentation: pkg.go.dev

# README

HTTP Requests for Humans

Go Report Card GoDoc GitHub license

Install

go get -u -v github.com/wzshiming/requests

Usage

API Documentation

Example

License

Pouch is licensed under the MIT License. See LICENSE for the full license text.

# Functions

Cookies raw to Cookies.
No description provided by the author
MarshalRequest returns text of the request.
MarshalRequest returns text of the request.
No description provided by the author
NewClient the create a client.
NewRequest returns a default request.
No description provided by the author
TryCharset try charset.
TryHTMLCharset try html charset.
UnmarshalRequest reads and returns an HTTP request from data.
UnmarshalResponse reads and returns an HTTP response from data.
URL raw to URL structure.

# Constants

Common HTTP methods.
Common HTTP methods.
Common HTTP methods.
Common HTTP methods.
Common HTTP methods.
Common HTTP methods.
LogError is show Errors Only.
LogIgnore is ignore all information.
LogInfo is show basic information.
LogMessageAll is show all information.
LogMessageHead is show header information.
Common HTTP methods.
Common HTTP methods.
Common HTTP methods.
Common HTTP methods.
Common HTTP methods.
RFC 5789.
Common HTTP methods.
Common HTTP methods.
Common HTTP methods.
Common HTTP methods.
Common HTTP methods.
Common HTTP methods.
Common HTTP methods.
Common HTTP methods.
Common HTTP methods.

# Variables

Default.
Default.
Default.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Client contains basic.
Request type is used to compose and send individual request from client.
Response is an object represents executed request and its values.

# Interfaces

No description provided by the author