package
0.0.0-20240201022239-0ae679bc1fb1
Repository: https://github.com/peakchen/go-zero.git
Documentation: pkg.go.dev
# Functions
Do sends an HTTP request with the given arguments and returns an HTTP response.
DoRequest sends an HTTP request and returns an HTTP response.
NewService returns a remote service with the given name.
NewServiceWithClient returns a remote service with the given name.
Parse parses the response.
ParseHeaders parses the response headers.
ParseJsonBody parses the response body, which should be in json content type.
# Variables
ErrGetWithBody indicates that GET request with body.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author