Skip to content

Commit

Permalink
Merge pull request #3870 from shaedrich/psr-15
Browse files Browse the repository at this point in the history
Add topic "PSR 15"
  • Loading branch information
ahpook authored Sep 8, 2023
2 parents c9c3455 + b995105 commit cf3ecaa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions topics/psr-15/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
display_name: "PSR-15: HTTP Server Request Handlers"
short_description: PSR-7 is a set of common interfaces representing HTTP server request handlers, and HTTP server middleware components.
topic: psr-15
related: psr, psr-7
url: https://www.php-fig.org/psr/psr-15/
created_by: Woody Gilk
---
**PSR 15** is a set of common interfaces for HTTP server request handlers ("request handlers") and HTTP server middleware components ("middleware") that use HTTP messages as described by PSR-7 or subsequent replacement PSRs.

0 comments on commit cf3ecaa

Please sign in to comment.