Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: nimbly/Capsule

Tags

3.0.1

Toggle 3.0.1's commit message
Upgrading code for PHP 8.4 support.

3.0

Toggle 3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #6 from nimbly/3.0

Adding HttpMethod string backed enum for HTTP methods.

2.0.2

Toggle 2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4 from 8ctopus/dev-fix-tests-on-windows

Fix tests on Windows

2.0.1

Toggle 2.0.1's commit message
Fixing issue with port always being returned in URI, especially in Au…

…thority section. Port will only be returned if its is present and NOT a standard port number for scheme.

2.0

Toggle 2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from nimbly/2.0

2.0

1.1.2

Toggle 1.1.2's commit message
Moving rewinding of resource to getContents() method.

Adding unit tests.

1.1.1

Toggle 1.1.1's commit message
Fixing bug where headers of different cases were not being overwritte…

…n in MessageAbstract::withHeader() method.

1.1

Toggle 1.1's commit message
Implementing some static analyzer suggestions.

1.0

Toggle 1.0's commit message
Adding test to cover creating ServerRequest with a string body.

0.11

Toggle 0.11's commit message
Updating tests with new Response reason phrase changes (allows custom…

… reason phrases to be assigned.)

Adding @Covers annotation for ResponseStatus in Factory test.