GitHub - wenerme/go-req: Declarative golang HTTP client

This page summarizes the projects mentioned and recommended in the original post on /r/golang

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • go-req

    Declarative golang HTTP client

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • requests

    HTTP requests for Gophers (by earthboundkid)

    Not as good a UX as https://github.com/carlmjohnson/requests.

  • go-wecom

    Wechat Work/Wecom/企业微信 Golang SDK

    requests is not declarative for me, this is what I mean declarative https://github.com/wenerme/go-wecom/blob/main/wecom/client_agent.go , requests is more like https://github.com/parnurzeal/gorequest , just chain everything. context.Context is not required, but just can be passed by.

  • gorequest

    GoRequest -- Simplified HTTP client ( inspired by nodejs SuperAgent )

    requests is not declarative for me, this is what I mean declarative https://github.com/wenerme/go-wecom/blob/main/wecom/client_agent.go , requests is more like https://github.com/parnurzeal/gorequest , just chain everything. context.Context is not required, but just can be passed by.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I wrote my own Go HTTP client

    1 project | news.ycombinator.com | 30 May 2023
  • requests v0.23.4 with XML support

    1 project | /r/golang | 22 May 2023
  • How use gorilla/http for requests

    1 project | /r/golang | 28 Feb 2023
  • json response data from curl tool is different than http.Get method.

    1 project | /r/golang | 25 Sep 2022
  • How GoLang Generics Empower Concise API: HTML Table Extraction Case Study

    1 project | /r/golang | 18 Sep 2022

Did you konow that Go is
the 4th most popular programming language
based on number of metions?