Skip to content

Releases: surukanti/httpclient

Http Client v0.0.0-alpha

23 Apr 14:59
1911707

Choose a tag to compare

Release Notes for httpclient

Version 1.0.0 - Initial Release (April 23, 2025)

Overview

The httpclient library is a lightweight and efficient HTTP client for Go developers. It simplifies making HTTP requests by providing an intuitive interface for common HTTP methods such as GET, POST, PUT, and DELETE. This initial release focuses on ease of use, flexibility, and performance.

Features

  • HTTP Methods: Support for GET, POST, PUT, DELETE, and other HTTP methods.
  • Custom Headers: Easily set custom headers for your requests.
  • Query Parameters: Simplify adding query parameters to your requests.
  • JSON Payload Handling: Built-in support for sending and receiving JSON payloads.
  • Error Handling: Graceful error handling for HTTP requests.
  • Lightweight Design: Minimal dependencies and optimized for performance.

Installation

Install the library using:

go get github.com/chinnareddy578/httpclient

**Full Changelog**: https://github.com/chinnareddy578/httpclient/commits/v0.0.0-alpha