Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit b297cd0

Browse files
committed
Add RFC keywords
1 parent e969020 commit b297cd0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name" : "hoa/http",
33
"description": "The Hoa\\Http library.",
44
"type" : "library",
5-
"keywords" : ["library", "http", "request", "response", "runtime"],
5+
"keywords" : ["library", "http", "request", "response", "runtime",
6+
"rfc2295", "rfc2518", "rfc3229", "rfc4918", "rfc5842", "rfc6585", "rfc7231", "rfc7232", "rfc7233",
7+
"rfc2324", "rfc7235", "rfc7237", "rfc2774"],
68
"homepage" : "http://hoa-project.net/",
79
"license" : "BSD-3-Clause",
810
"authors" : [

0 commit comments

Comments
 (0)