Skip to content

Tags: PhpGt/Fetch

Tags

v1.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Async methods (#155)

* feature: awaitFetch
closes #153

* tweak: param typehint

* feature: await methods, closes #153

* build: php 8.1 compatibility

v1.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace Async functionality (#100)

* wip: phpgt/promise implementation
for #89

* wip: refactor to gt promise model
still need to handle rejection exceptions

* feature: add badly formed json for testing

* ci: update workflows

* build: update dependencies

* docs: update example to match new functionality

* wip: sign off Http class

* wip: use master branch of async

* wip: fix existing tests

* feature: implement proper blob response type

* wip: tidy request resolver

* wip: tidy curl opt builder

* wip: tidy http class

* stan: improve static analysis over core classes

* test: improve types for native curl handle

* stan: remove unused import

* wip: document BodyResponse internal rejection

* wip: remove alternative method of throwing internal exception

* docs: update examples

v1.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade CI (#87)

* Upgrade CI

* Fix static analysis on stubs

v1.0.0

Unverified

This user has not yet uploaded their public signing key.
Remove development dependencies

v0.7.0

Unverified

This user has not yet uploaded their public signing key.
Update json response

v0.6.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #35 from PhpGt/dependabot/composer/phpunit/phpunit…

…-8.0.5

Bump phpunit/phpunit from 8.0.4 to 8.0.5

v0.6.2

Unverified

This user has not yet uploaded their public signing key.
Add post request example

v0.6.1

Unverified

This user has not yet uploaded their public signing key.
Add stub to convert fetch init to curlopt

v0.6.0

Unverified

This user has not yet uploaded their public signing key.
Test fetch function with ResponseSimulator