{"id":15007760,"url":"https://github.com/i3raby/methods","last_synced_at":"2026-01-25T19:32:54.252Z","repository":{"id":254089753,"uuid":"845456564","full_name":"i3raby/methods","owner":"i3raby","description":"HTTP methods that node supports","archived":false,"fork":false,"pushed_at":"2024-08-21T09:41:03.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-28T15:21:11.005Z","etag":null,"topics":["http","https","https-server","methods","npm-package"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/i3raby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-21T09:38:49.000Z","updated_at":"2024-08-21T10:46:32.000Z","dependencies_parsed_at":"2024-08-21T11:04:09.467Z","dependency_job_id":"9fbdc5bc-026c-404b-99e3-f1c399b9fc51","html_url":"https://github.com/i3raby/methods","commit_stats":null,"previous_names":["i3raby/methods"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i3raby%2Fmethods","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i3raby%2Fmethods/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i3raby%2Fmethods/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i3raby%2Fmethods/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/i3raby","download_url":"https://codeload.github.com/i3raby/methods/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219856362,"owners_count":16556084,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["http","https","https-server","methods","npm-package"],"created_at":"2024-09-24T19:13:39.442Z","updated_at":"2025-10-30T11:32:03.135Z","avatar_url":"https://github.com/i3raby.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Methods\r\n\r\nHTTP verbs that Node.js core's HTTP parser supports.\r\n\r\nThis module provides an export that is just like `http.METHODS` from Node.js core,\r\nwith the following differences:\r\n\r\n  * All method names are lower-cased.\r\n  * Contains a fallback list of methods for Node.js versions that do not have a\r\n    `http.METHODS` export (0.10 and lower).\r\n  * Provides the fallback list when using tools like `browserify` without pulling\r\n    in the `http` shim module.\r\n\r\n## Install\r\n\r\n```bash\r\n$ npm install @i3raby/methods\r\n```\r\n\r\n## API\r\n\r\n```js\r\nvar methods = require('@i3raby/methods')\r\n```\r\n\r\n### methods\r\n\r\nThis is an array of lower-cased method names that Node.js supports. If Node.js\r\nprovides the `http.METHODS` export, then this is the same array lower-cased,\r\notherwise it is a snapshot of the verbs from Node.js 0.10.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi3raby%2Fmethods","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fi3raby%2Fmethods","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi3raby%2Fmethods/lists"}