Skip to content

Tags: phpgt/Http

Tags

v1.3.6

Toggle v1.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: upgrade dependencies (#230)

* build: upgrade dependencies

* ci: build from php 8.4

* ci: build from php 8.4

v1.3.5

Toggle v1.3.5's commit message

Verified

This commit was signed with the committer’s verified signature.
g105b Greg Bowler
tweak: drop scrutinizer

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: null-safe check of query string key closes #226 (#227)

* fix: null-safe check of query string key
closes #226

* tweak: remove non-existent test

* ci: add codecov token

* ci: add codecov slug

* ci: tweak slug

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
g105b Greg Bowler
build: bump version

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
g105b Greg Bowler
build: hint version for cyclic dependency with GT/Input

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Send debug header showing where the redirect was made (#223)

* feature: send debug header
closes #222

* tweak: fix phpstan errors

* tweak: defensive maximum attempts

* tweak: improve static analysis

* build: update dependencies

* build: php 8.1 compatibility

* ci: specify phpunit version

* ci: specify phpstan version

* ci: specify phpstan version

* ci: quick fix for stream uri

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature: async response methods for #220 (#221)

* feature: async response methods for #220

* build: build with 8.1 compatibility

* tweak: allow more public methods

v1.2.2

Toggle v1.2.2's commit message

Unverified

No user is associated with the committer email.
tweak: internal status code could be null

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upload files using FormData (#214)

* wip: add formdata class

* wip: add urlsearchparams class

* feature: implement URLSearchParams

* feature: tweak urlsearchparams

* wip: extract KeyValuePairStore

* wip: implement KeyValuePairStore for FormData

* wip: improve tests by expecting warning to be emitted

* wip: empty formdata options

* wip: test submitter is included in the form submission

* wip: test constructing with square brackets

* wip: fix static analysis error on DOMNodeList

* wip: implement form types

* wip: remove unused constants

* feature: implement promise-based functions
closes #208

* test: improve static tests

* wip: uploading of files for #213

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Formdata, URLSearchParams (#212)

* wip: add formdata class

* wip: add urlsearchparams class

* feature: implement URLSearchParams

* feature: tweak urlsearchparams

* wip: extract KeyValuePairStore

* wip: implement KeyValuePairStore for FormData

* wip: improve tests by expecting warning to be emitted

* wip: empty formdata options

* wip: test submitter is included in the form submission

* wip: test constructing with square brackets

* wip: fix static analysis error on DOMNodeList

* wip: implement form types

* wip: remove unused constants

* feature: implement promise-based functions
closes #208

* test: improve static tests