From f2eb442e7b34cda5bc936ca3f653690a41e1cf90 Mon Sep 17 00:00:00 2001 From: Terry Lin Date: Wed, 24 Jun 2020 13:40:46 +0800 Subject: [PATCH] Update README. --- README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ee0e6dd..4003b0e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,13 @@ This library is a PSR HTTP implementation created for Shieldon firewall 2, following up the PSR (PHP Standard Recommendation) documents by one hundred percent. -### Test Status +- **PSR-7** (HTTP Message Interfaces) +- **PSR-15** (HTTP Server Request Handlers) +- **PSR-17** (HTTP Factories) + +### Test Status + +Shiledon PSR-HTTP library is strictly tested by unit tests contain almost all condictions that might be happened, if you find any bug or something that can improve this library, please let me know. | Test suite | Status | | --- | --- | @@ -12,16 +18,6 @@ This library is a PSR HTTP implementation created for Shieldon firewall 2, follo | [PSR-7 integration tests](https://github.com/terrylinooo/psr7-integration-tests) | [![Build Status](https://travis-ci.org/terrylinooo/psr7-integration-tests.svg?branch=shieldon-psr-http)](https://travis-ci.org/terrylinooo/psr7-integration-tests) - - - - -All methods are also well-tested by [PSR 7 Intergation Tests](https://github.com/terrylinooo/psr7-integration-tests). - -- **PSR-7** (HTTP Message Interfaces) -- **PSR-15** (HTTP Server Request Handlers) -- **PSR-17** (HTTP Factories) - You can use it on any framework which is compatible with those PSRs. ## Install