80 Commits

Author SHA1 Message Date
Woody Gilk
13403d4319 Merge pull request #9 from alijvhr/patch-1
Fix typo
2023-11-16 12:17:39 -06:00
Ali Javaheri
406235773d Fix typo
it's a verb
2023-11-16 19:41:27 +03:30
Alessandro Lai
3cf66170cf Merge pull request #8 from localheinz/feature/source
Enhancement: Add link to source to `composer.json`
2023-09-22 13:17:02 +02:00
Andreas Möller
5c066c187c Enhancement: Add link to source to composer.json 2023-09-21 16:15:28 +02:00
Alessandro Lai
84c4fb6617 Merge pull request #7 from ghostwriter/feature/http-message-v2
Support `psr/http-message` v2
1.0.2
2023-04-10 22:06:20 +02:00
Nathanael Esayeas
856dedb3d8 Support psr/http-message v2
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
2023-04-04 07:42:17 -05:00
Woody Gilk
cada5cd1c6 Merge pull request #6 from J0WI/patch-1
Update url to HTTPS
2020-09-17 11:52:43 -05:00
J0WI
97b14e3faa Update url to HTTPS 2020-09-17 16:39:37 +00:00
Woody Gilk
f981eec4f9 Merge pull request #5 from gnumoksha/patch-1
docs: Standardize the README
2019-06-07 11:00:12 -05:00
Tobias Sette
367f893797 Update README.md 2019-06-06 20:33:01 -03:00
Tobias Sette
e2bb3496e1 Update README.md
Co-Authored-By: Woody Gilk <woody.gilk@gmail.com>
2019-05-23 13:37:30 -03:00
Tobias Sette
bb041ad92c chore: update README
Changes requested in https://github.com/php-fig/http-factory/pull/9
2019-05-23 13:36:37 -03:00
Tobias Sette
089f32c969 docs: Standardize the README
What:
Standardizes the README file providing a common language and an implementation link.

Why:
There are differences between PSR's READMEs in regarding language and the lacking of implementations references. So I've updated all READMEs using the https://github.com/php-fig/http-factory as base.
2019-05-21 02:58:05 -03:00
Tobias Sette
5d6d02c1a7 docs: Standardize the README
What:
Standardizes the README file providing a common language and an implementation link.

Why:
There are differences between PSR's READMEs in regarding language and the lacking of implementations references. So I've updated all READMEs using the https://github.com/php-fig/http-factory as base.
2019-05-21 02:50:15 -03:00
Woody Gilk
aff2f80e33 Merge pull request #4 from shadowhand/fix/phpdocs
Update docblocks with official documentation
1.0.1
2018-10-30 11:46:14 -05:00
Woody Gilk
a557d72810 Update docblocks with official documentation 2018-10-26 11:03:24 -05:00
Alessandro Lai
ede6c504a7 Merge pull request #2 from hannesvdvreken/patch-1
Typo
2018-01-26 15:27:09 +01:00
Hannes Van De Vreken
d5e984d221 Typo 2018-01-26 08:38:03 +01:00
Alessandro Lai
f12c3da16c Merge pull request #1 from oscarotero/patch-1
Fixed PSR-15 link
2018-01-23 09:21:27 +01:00
Oscar Otero
d7faeff3f6 Fixed PSR-15 link 2018-01-22 23:17:00 +01:00
Woody Gilk
439d92054d Prepare for adoption of PSR-15 1.0.0 2018-01-22 11:04:15 -06:00
Woody Gilk
403523cb57 Merge pull request #9 from harikt/patch-1
Server Handler not Middleware
2017-11-18 19:16:40 -06:00
Hari K T
2367dfa946 Server Handler not Middleware 2017-11-18 20:27:02 +05:30
Woody Gilk
06c8bd8100 Merge pull request #8 from http-interop/conflict-http-middleware
Add conflict with deprecated package
2017-11-10 09:32:10 -06:00
Woody Gilk
e808627952 Add conflict with deprecated package 2017-11-09 16:59:20 -06:00
Woody Gilk
931a6495fb Prepare for split between handler and middleware 2017-11-09 12:35:22 -06:00
Woody Gilk
b49e1f9f6c Merge pull request #71 from mnapoli/update-from-psr
Update interfaces to the latest version of PSR-15
2017-09-18 10:27:03 -05:00
Matthieu Napoli
393734d4ce Update interfaces to the latest version of PSR-15
Propagate changes from https://github.com/php-fig/fig-standards/pull/926 to this repository.
2017-08-07 16:06:45 +02:00
Woody Gilk
0ee0614e18 Merge pull request #67 from schnittstabil/fix-keywords
Fix composer keywords
2017-07-24 08:06:03 -05:00
Woody Gilk
0e240656b9 Merge pull request #69 from http-interop/fix/replace-readme
Replace readme with a link to PSR-15
2017-07-24 08:05:41 -05:00
Woody Gilk
ec3ad17ecd Replace readme with a link to PSR-15
Trying to maintain the proposal in two different places is cumbersome.
2017-03-23 17:21:33 -05:00
Michael Mayer
385145b057 Fix composer keywords 2017-02-08 12:29:41 +01:00
Woody Gilk
9a801fe60e Merge pull request #52 from schnittstabil/fix-remove-server-prefix
Fix middleware interface name (remove `Server` prefix)
2017-01-14 09:23:42 -06:00
Woody Gilk
4ceaa1c66b Merge pull request #58 from schnittstabil/remove-misplaced-superfluous-compatibility-argument
Remove misplaced/superfluous compatibility argument.
2017-01-14 09:23:23 -06:00
Michael Mayer
4415bfbf63 Remove misplaced/superfluous compatibility argument.
Obviously, this sentence is off-topic, it is neither about delegates nor
callable. It may support the _Why doesn't middleware use `__invoke`?_ reasons,
but if we rewrite and move it there, it would be superfluous: that section
already contains the compatibility argument:

> #### Why doesn't middleware use `__invoke`?
> Doing so would conflict with existing middleware that implements the
> double-pass approach and may want to implement the middleware interface.

Therefore, I suggest to simply remove it.
2017-01-11 21:26:27 +01:00
Michael Mayer
382bda0fb6 Fix middleware interface name (remove Server prefix) 2017-01-09 08:21:32 +01:00
Woody Gilk
cff4fb6531 Merge pull request #51 from atanvarno69/master
Change namespace
2016-12-16 12:14:42 -06:00
atanvarno
b8e9888880 Update composer.json 2016-12-15 13:06:50 +00:00
atanvarno
6fed9d9f90 Update DelegateInterface.php 2016-12-15 12:18:49 +00:00
atanvarno
bc7b35ddab Update and rename ServerMiddlewareInterface.php to MiddlewareInterface.php 2016-12-15 12:18:24 +00:00
atanvarno
ba6b26df12 Update composer.json 2016-12-15 12:17:40 +00:00
Woody Gilk
fd47985af5 Merge pull request #49 from schnittstabil/fix-recusive-argument
Remove recusive middleware stack argument
2016-12-13 21:23:09 -06:00
Woody Gilk
343118fadc Merge pull request #48 from schnittstabil/remove-functional-interfaces
Remove (declined) Functional Interfaces
2016-12-12 20:29:52 -06:00
Michael Mayer
b396baa565 Remove recusive middleware stack argument 2016-12-12 19:12:41 +01:00
Michael Mayer
35968800a9 Remove (declined) Functional Interfaces 2016-12-12 18:42:08 +01:00
Woody Gilk
e63d05ccd8 Merge pull request #45 from schnittstabil/fix-delegate-interface-types
Change DelegateInterface request type hint
2016-12-05 11:26:28 -06:00
Michael Mayer
945b132e55 Change DelegateInterface type-hint to ServerRequestInterface 2016-12-05 17:25:11 +01:00
Woody Gilk
da2815938a Merge pull request #30 from schnittstabil/fix-readme-typo
Fix _relevant links_ links
2016-11-21 08:36:47 -06:00
Michael Mayer
e172e677bc Fix _relevant links_ links 2016-11-20 12:42:18 +01:00
Woody Gilk
08c50a4c57 Merge pull request #26 from http-interop/feature/import-meta-as-readme
Import PSR meta as README
2016-11-19 09:51:20 -06:00