async
async copied to clipboard
Added form data to http_post
Simple addition to allow form data to be posted. Closes #67.
Codecov Report
Merging #68 (9c04516) into master (67a3cf9) will increase coverage by
0.08%. The diff coverage is100.00%.
@@ 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 dataPowered by Codecov. Last update 67a3cf9...9c04516. Read the comment docs.
Thanks and sorry for the long wait! I forgot about this and just added support for forms! Sorry about that as well! :(