mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-23 12:40:25 +08:00
Initial work on the server
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
|
||||
module.exports = [
|
||||
'get'
|
||||
, 'post'
|
||||
, 'put'
|
||||
, 'head'
|
||||
, 'delete'
|
||||
, 'options'
|
||||
, 'trace'
|
||||
, 'copy'
|
||||
, 'lock'
|
||||
, 'mkcol'
|
||||
, 'move'
|
||||
, 'propfind'
|
||||
, 'proppatch'
|
||||
, 'unlock'
|
||||
, 'report'
|
||||
, 'mkactivity'
|
||||
, 'checkout'
|
||||
, 'merge'
|
||||
, 'm-search'
|
||||
, 'notify'
|
||||
, 'subscribe'
|
||||
, 'unsubscribe'
|
||||
, 'patch'
|
||||
];
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "methods",
|
||||
"version": "0.0.1",
|
||||
"description": "HTTP methods that node supports",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [
|
||||
"http",
|
||||
"methods"
|
||||
],
|
||||
"author": {
|
||||
"name": "TJ Holowaychuk"
|
||||
},
|
||||
"license": "MIT",
|
||||
"_id": "methods@0.0.1",
|
||||
"readme": "ERROR: No README.md file found!",
|
||||
"_from": "methods@0.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user