golang-github-go-resty-resty 2.10.0-1 source package in Ubuntu

Changelog

golang-github-go-resty-resty (2.10.0-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Apply multi-arch hints

  [ Shengjing Zhu ]
  * New upstream version.
  * Add golang-golang-x-time-dev to Build-Depends-Indep
  * Update section to golang
  * Update Standards-Version to 4.6.2 (no changes)
  * Unset http_proxy before running tests (LP: #1942491)
    Merge patch from golang-github-go-resty-resty/2.4.0-1ubuntu1

 -- Shengjing Zhu <email address hidden>  Thu, 09 Nov 2023 15:47:16 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-go-resty-resty_2.10.0-1.dsc 1.7 KiB 7cd530f0038ab8db93fd386bfcf2581d3545556f7832744ac1d685c10efa702d
golang-github-go-resty-resty_2.10.0.orig.tar.gz 2.5 MiB 21761984a368dc3ffb4144db8b7b4162d481b7c3e116e941e0cfaa900bac221b
golang-github-go-resty-resty_2.10.0-1.debian.tar.xz 2.8 KiB 815a18dd83e6501b6c2d26b76cc4fe8f24a98b84560cdb920843a2c881070d34

No changes file available.

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.