Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version of requests which support session, curl generator, unit test... #26

Closed
wants to merge 45 commits into from

Commits on Apr 14, 2021

  1. chore: add go test command in makefile

    ahuigo committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    d3c831d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. feat: simple requests(delete unnecessary code)

    ahuigo committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    88ccd04 View commit details
    Browse the repository at this point in the history
  2. feat: rename package name

    ahuigo committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    c456809 View commit details
    Browse the repository at this point in the history
  3. fix: pakcage path

    ahuigo committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    284dbe0 View commit details
    Browse the repository at this point in the history
  4. chore: add make pkg

    ahuigo committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    094f0e0 View commit details
    Browse the repository at this point in the history
  5. fix: read cache if resp.Content is nil

    ahuigo committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    7ed1728 View commit details
    Browse the repository at this point in the history
  6. doc: get header example

    ahuigo committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    2968cc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. test: add test example cases

    ahuigo committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    2bc1101 View commit details
    Browse the repository at this point in the history
  2. doc: update examples

    ahuigo committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    57036ac View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. feat: support respHandler

    ahuigo committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    c4f9516 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. feat: support global respHandler

    ahuigo committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    b8f83f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. fix: default debug mode is false

    ahuigo committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    ff6e34d View commit details
    Browse the repository at this point in the history
  2. deploy: clean go.mod

    ahuigo committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    124fb95 View commit details
    Browse the repository at this point in the history
  3. fix: debugResponse fix debug check

    ahuigo committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    0cea942 View commit details
    Browse the repository at this point in the history
  4. clean: debug log in init.go

    ahuigo committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    cee2074 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. doc: add example about respponse and post data

    ahuigo committed May 27, 2021
    Configuration menu
    Copy the full SHA
    6411db7 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. doc: add post examples

    ahuigo committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    747a198 View commit details
    Browse the repository at this point in the history
  2. chore: ignore go.sum

    ahuigo committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    a35c883 View commit details
    Browse the repository at this point in the history
  3. clean: clean cleanup decrecated

    ahuigo committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    ee9cde4 View commit details
    Browse the repository at this point in the history
  4. doc: add session support

    ahuigo committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    42c6ed5 View commit details
    Browse the repository at this point in the history
  5. clean: clean build query code

    ahuigo committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    0f276d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Configuration menu
    Copy the full SHA
    01efd29 View commit details
    Browse the repository at this point in the history
  2. doc: support buildRequest

    ahuigo committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    38b9a1e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. feat: support send raw bytes data

    ahuigo committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    d8bd8a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. fix: fix missing params when make GET request

    ahuigo committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    a751ba3 View commit details
    Browse the repository at this point in the history
  2. example: add delete method example

    ahuigo committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    80dae23 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. test: add send cookie test

    ahuigo committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    c11362d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    8d926fb View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    b876700 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. chore: add tag in makefile

    ahuigo committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    554ffbd View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. doc: add main get example

    ahuigo committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    d971e12 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. feat: support custom global header

    ahuigo committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e5ac318 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. feat: add curl generator 0.1

    ahuigo committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    a41933b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. feat: support curl shell command generator

    ahuigo committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    6e30b81 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. feat: support curl command generator

    ahuigo committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    ab90cf4 View commit details
    Browse the repository at this point in the history
  2. test: add cookie test for sesseion cookie

    ahuigo committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    95cd32d View commit details
    Browse the repository at this point in the history
  3. chore: update test

    ahuigo committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    751cdae View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. chore: add git msg check when push code

    ahuigo committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a6dd492 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. doc: add doc about Post query string

    ahuigo committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    7bdbca1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. fix: debug curl missing body

    ahuigo committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    9622a45 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. style: tidy code

    yexuehui committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    527889a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. fix: fix version

    yexuehui committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    f6f0d4a View commit details
    Browse the repository at this point in the history
  2. comment: add global heaer

    yexuehui committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    715a45c View commit details
    Browse the repository at this point in the history
  3. clean: clean makefile

    yexuehui committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    a9a8b55 View commit details
    Browse the repository at this point in the history
  4. fix: fix gitcheck

    yexuehui committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    362372a View commit details
    Browse the repository at this point in the history