Registry / http-client / azure-go-autorest-autorest

azure-go-autorest-autorest

JSON →
librarygogounverified

Package autorest implements an HTTP request pipeline suitable for use across multiple go-routines and provides shared routines for AutoRest generated Go code.

go get github.com/Azure/go-autorest/autorest
INSTALL
IMPORT
SIG · AZURE-GO-AUTOREST-
A
azure-go-autorest-autorest
http-clientgo
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

autorest
github.com/Azure/go-autorest/autorest

Create an autorest client and prepare a request with query parameters.

package main import ( "context" "fmt" "github.com/Azure/go-autorest/autorest" ) func main() { client := autorest.NewClientWithUserAgent("myapp") req, _ := autorest.Prepare(context.Background(), &http.Request{}, autorest.WithQueryParameters(map[string]interface{}{"api-version": "2021-01-01"})) fmt.Println(req.URL) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
Resources
azure-go-autorest-autorest — go get azure-go-autorest-autorest · libregistry