Skip to content

Releases: telanflow/quick

v0.4.1

08 Feb 07:03
Compare
Choose a tag to compare

v0.4.0

07 Feb 09:13
Compare
Choose a tag to compare

Feature

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

Fixed

  • fixed session.Do() body un closed

v0.3.3

10 Jan 09:19
Compare
Choose a tag to compare

update dependencies

v0.3.2

28 Jun 07:11
Compare
Choose a tag to compare
[fix] 修复可能造成的Body未Close内存泄漏

v0.3.1

31 Jul 07:41
Compare
Choose a tag to compare
[fixed] request header missing

v0.3.0

23 Jul 13:44
Compare
Choose a tag to compare

Feature

Added HTTP Basic Authentication

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

Fixed

SetProxy() => SetProxyUrl()

WithContext

11 Jul 17:47
Compare
Choose a tag to compare

Feature

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

v0.1.0708

08 Jul 13:21
Compare
Choose a tag to compare

Fixed

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

v0.1.0531

30 May 06:12
Compare
Choose a tag to compare

fixed bug

v0.1.0530

30 May 03:33
Compare
Choose a tag to compare

Feature

  1. 请求中间件(middleware)