diff --git a/README.md b/README.md index 7c09c2e..58c224b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Request -Potter Framework Request Interface \ No newline at end of file +Potter Framework Request Component \ No newline at end of file diff --git a/composer.json b/composer.json index caf96ff..f7d48c6 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,12 @@ { "name": "potter/request", - "description": "Potter Framework Request Interface", + "description": "Potter Framework Request Component", "type": "library", "require": { "php": "^8.5", "psr/http-message": "^2.0", - "psr/http-server-handler": "^1.0" + "psr/http-server-handler": "^1.0", + "guzzlehttp/psr7": "^2.11" }, "license": "MIT", "autoload": { diff --git a/src/Potter/Request/AbstractRequest.php b/src/Potter/Request/AbstractRequest.php new file mode 100644 index 0000000..ecb0bc8 --- /dev/null +++ b/src/Potter/Request/AbstractRequest.php @@ -0,0 +1,10 @@ +