You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Promise upgrade (#158)
* docs: do not explicitly set content type when using formdata
* ci: fix security flaw in ci
* tidy: refactor tick function to reduce cyclomatic complexity
* build: upgrade deps to 8.3+
* build: bump GT deps to latest releases
FormData posts and uploads (#151)
* feature: post data with formdata
closes#99
* feature: use phpgt/http Response for FormData posts and uploads
closes#150
* tweak: import CURLFile