feat: add http client

pull/2100/head
Xinwei Xiong (cubxxw) 2 years ago
parent 13c838ad97
commit 69b171e08b

@ -172,6 +172,7 @@ linters-settings:
- ^init$ - ^init$
- ^os.Exit$ - ^os.Exit$
- ^fmt.Print.*$ - ^fmt.Print.*$
- errors.New.*$
- ^fmt.Println.*$ - ^fmt.Println.*$
- ^panic$ - ^panic$
- painc - painc

@ -18,6 +18,7 @@ import (
"bytes" "bytes"
"context" "context"
"encoding/json" "encoding/json"
"errors"
"io" "io"
"net/http" "net/http"
"time" "time"

Loading…
Cancel
Save