golang-github-parnurzeal-gorequest 0.2.15-1.1 source package in Ubuntu

Changelog

golang-github-parnurzeal-gorequest (0.2.15-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 09 Jan 2021 17:01:57 +0100

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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-parnurzeal-gorequest_0.2.15-1.1.dsc 2.4 KiB 3f671bb086051bb88d42890bd674ca5f96607b7187ca39d1f98edcb9b03a79e9
golang-github-parnurzeal-gorequest_0.2.15.orig.tar.xz 22.6 KiB 409243c6f8e5e1b09c3d1406b2917c609da659a1a91cce0201f11bd7e6090f6c
golang-github-parnurzeal-gorequest_0.2.15-1.1.debian.tar.xz 2.4 KiB db3eb43195f2c9db24132d1088c958d9bd1b6425df1aaac5e52caca000bb037f

Available diffs

No changes file available.

Binary packages built by this source

golang-github-parnurzeal-gorequest-dev: Go library for simplified HTTP client

 GoRequest is a simplified HTTP client inspired by famous SuperAgent
 library in Node.js.
 .
 Sending request would never been fun and easier than this. It comes with
 lots of feature:
   - Get/Post/Put/Head/Delete/Patch/Options
   - Set - simple header setting
   - JSON - made it simple with JSON string as a parameter
   - Multipart-Support - send data and files as multipart request
   - Proxy - sending request via proxy
   - Timeout - setting timeout for a request
   - TLSClientConfig - taking control over tls where at least you can disable
     security check for https
   - RedirectPolicy
   - Cookie setting cookies for your request
   - CookieJar automatic in-memory cookiejar
   - BasicAuth setting basic authentication header
   - more to come..