influxdata / influxdb-client-php

InfluxDB (v2+) Client Library for PHP
https://influxdata.github.io/influxdb-client-php/
MIT License
150 stars 47 forks source link

feat: add configuration option for `proxy` and `redirects` #86

Closed bednar closed 3 years ago

bednar commented 3 years ago

Proposed Changes

  1. Added documentation for proxies and redirects
  2. Added option to configure proxy
  3. Added option to configure redirects

Checklist

codecov-commenter commented 3 years ago

Codecov Report

Merging #86 (cac0adc) into master (ba23abe) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #86      +/-   ##
============================================
+ Coverage     82.86%   82.90%   +0.03%     
  Complexity      377      377              
============================================
  Files            23       23              
  Lines           893      895       +2     
============================================
+ Hits            740      742       +2     
  Misses          153      153              
Impacted Files Coverage Δ
src/InfluxDB2/Client.php 93.54% <ø> (ø)
src/InfluxDB2/DefaultApi.php 83.87% <100.00%> (+0.53%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ba23abe...cac0adc. Read the comment docs.