Module http

Source
Expand description

Provides most simple ways to make http request, simple as what JavaScript dose!

Structs§

Data
Method
The Request Method (VERB)
Request
Most simple way to make http request, using keep-alive connection pooling.

Functions§

get
Most simple way to make a http get request, the gzip was enabled by default
post
Most simple way to make a http post request, the gzip will be enabled if data greater than 1 KB.