Skip to content

Tags: phpgt/Http

Tags

v1.3.9

Toggle v1.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
gt-tidy (#240)

* tidy: Gt->GT

* ci: upgrade workflow

* ci: php 8.4+

v1.3.8

Toggle v1.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Private uri bug (#237)

* fix: detect host-like parts
closes #236

* test: more tests to strengthen surrounding areas

* tweak: set null for better static analysis

* build: upgrade dependencies

* test: static analysis

* ci: stan level 7

* ci: coverage token

v1.3.7

Toggle v1.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix parsing bug with uri scheme/user (#232)

* test: isolate bug #231

* fix: better uri parsing of user/scheme
closes #231

* test: improve test coverage - authority related

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