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

Added lua-resty-http as sender #34

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Aug 5, 2020

  1. Added lua-resty-http sender

    Defuse Venue committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    bd88eed View commit details
    Browse the repository at this point in the history
  2. Fixed Travis CI Issues

    Defuse Venue committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    f19b540 View commit details
    Browse the repository at this point in the history
  3. Fixed typo

    Defuse Venue committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    72aafcc View commit details
    Browse the repository at this point in the history
  4. Added function description

    Defuse Venue committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    36ef53b View commit details
    Browse the repository at this point in the history
  5. Fixed Cjson Issue

    I need some sleep
    Defuse Venue committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    2c7df89 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Requested changes

    - Removed lua-resty-htt pfrom rockspec
    - Removed table_concat when returning error from request
    - Added if statement to catch non 200 status code response
    - Added ngx.timer support
    Defuse Venue committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    d068e38 View commit details
    Browse the repository at this point in the history
  2. Fixed Travis CI Errors

    Defuse Venue committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    7a5146b View commit details
    Browse the repository at this point in the history
  3. Update lua-resty-http.lua

    Changed ngx.log to util.errlog function
    Defuse Venue committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    2c7f8a6 View commit details
    Browse the repository at this point in the history
  4. Added async config option

    Defuse Venue committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    94c0225 View commit details
    Browse the repository at this point in the history