golang-github-go-resty-resty 2.4.0-1ubuntu1 source package in Ubuntu

Changelog

golang-github-go-resty-resty (2.4.0-1ubuntu1) impish; urgency=medium

  * d/rules: Override dh_auto_test and unset $http_proxy before invoking
    the target. (LP: #1942491)

 -- Sergio Durigan Junior <email address hidden>  Thu, 02 Sep 2021 23:12:27 -0400

Upload details

Uploaded by:
Sergio Durigan Junior
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-go-resty-resty_2.4.0.orig.tar.gz 2.5 MiB 1b54f7a646c00417756a557e43a8eca3941e0815cd0ad27221c959820b18f1c1
golang-github-go-resty-resty_2.4.0-1ubuntu1.debian.tar.xz 3.1 KiB de9a0d08ebd6679ec306062874b848e11317eac15bbc8d354041cb84f4a91864
golang-github-go-resty-resty_2.4.0-1ubuntu1.dsc 2.3 KiB 342f8789ed565f41fb7bbd5a8c0c96acceb382cf27985a0e1f62f24472ccda45

View changes file

Binary packages built by this source

golang-github-go-resty-resty-dev: Simple HTTP and REST client library for Go

 Features:
 .
  * GET, POST, PUT, DELETE, HEAD, PATCH, OPTIONS, etc.
  * Simple and chainable methods for settings and request
  * Request Body can be string, []byte, struct, map, slice and io.Reader too
  * Response object gives you more possibility
  * Automatic marshal and unmarshal for JSON and XML content type
  * Easy to upload one or more file(s) via multipart/form-data
  * Request URL Path Params (aka URI Params)
  * Resty client HTTP & REST Request and Response middlewares
 .
 And much more.