Skip to content

Releases: telanflow/quick

v0.4.1

Choose a tag to compare

@telanflow telanflow released this 08 Feb 07:03

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@telanflow telanflow released this 07 Feb 09:13

Feature

  • add request/response TraceInfo method
  • add SetBaseURL method
  • add EnableTrace/DisableTrace method

Fixed

  • fixed session.Do() body un closed

v0.3.3

Choose a tag to compare

@telanflow telanflow released this 10 Jan 09:19

update dependencies

v0.3.2

Choose a tag to compare

@telanflow telanflow released this 28 Jun 07:11
[fix] 修复可能造成的Body未Close内存泄漏

v0.3.1

Choose a tag to compare

@telanflow telanflow released this 31 Jul 07:41
[fixed] request header missing

v0.3.0

Choose a tag to compare

@telanflow telanflow released this 23 Jul 13:44

Feature

Added HTTP Basic Authentication

    BasicAuth()
    SetBasicAuth()
    SetProxyURL()
    GetProxyURL()
    ConvertHttpRequest() // Convert http.Request To Request

Fixed

SetProxy() => SetProxyUrl()

WithContext

Choose a tag to compare

@telanflow telanflow released this 11 Jul 17:47

Feature

  1. add quick.NewRequestWithContext() Func
  2. Request instance add WithContext() Func

v0.1.0708

Choose a tag to compare

@telanflow telanflow released this 08 Jul 13:21

Fixed

  1. code formatting
  2. create new atomic id for copy request

v0.1.0531

Choose a tag to compare

@telanflow telanflow released this 30 May 06:12

fixed bug

v0.1.0530

Choose a tag to compare

@telanflow telanflow released this 30 May 03:33

Feature

  1. 请求中间件(middleware)