Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 407 Bytes

File metadata and controls

13 lines (8 loc) · 407 Bytes

Build Status Go Report

Overview

Simple httpcli for go.

  • Default timeout 30 seconds
  • Default skip SSL verify

Usage

rsp, err := httpcli.Get(context.Background(), "https://github.com")