async icon indicating copy to clipboard operation
async copied to clipboard

Added form data to http_post

Open jsicherman opened this issue 4 years ago • 1 comments

Simple addition to allow form data to be posted. Closes #67.

jsicherman avatar Sep 10 '21 21:09 jsicherman

Codecov Report

Merging #68 (9c04516) into master (67a3cf9) will increase coverage by 0.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
+ Coverage   94.42%   94.51%   +0.08%     
==========================================
  Files          31       31              
  Lines        1382     1385       +3     
==========================================
+ Hits         1305     1309       +4     
+ Misses         77       76       -1     
Impacted Files Coverage Δ
R/http.R 95.60% <100.00%> (+0.14%) :arrow_up:
R/deferred.R 98.03% <0.00%> (+0.39%) :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 67a3cf9...9c04516. Read the comment docs.

codecov[bot] avatar Sep 11 '21 00:09 codecov[bot]

Thanks and sorry for the long wait! I forgot about this and just added support for forms! Sorry about that as well! :(

gaborcsardi avatar Mar 18 '24 16:03 gaborcsardi