{"id":17126262,"url":"https://github.com/aquariuslt/http-core-constants","last_synced_at":"2026-02-15T15:04:48.242Z","repository":{"id":37021756,"uuid":"235053597","full_name":"aquariuslt/http-core-constants","owner":"aquariuslt","description":"http-core constants typescript/javascript version (from apache http-components:httpcore)","archived":false,"fork":false,"pushed_at":"2025-01-13T20:28:59.000Z","size":1348,"stargazers_count":0,"open_issues_count":29,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T18:54:04.746Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/aquariuslt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-01-20T08:32:23.000Z","updated_at":"2024-11-16T06:26:41.000Z","dependencies_parsed_at":"2023-10-02T23:42:37.684Z","dependency_job_id":"b146ad62-9595-4490-a938-3d29bd12d943","html_url":"https://github.com/aquariuslt/http-core-constants","commit_stats":{"total_commits":630,"total_committers":6,"mean_commits":105.0,"dds":0.3111111111111111,"last_synced_commit":"0f7109bc5d6e37c5eb7fd81b91a072fa4f0c329c"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquariuslt%2Fhttp-core-constants","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquariuslt%2Fhttp-core-constants/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquariuslt%2Fhttp-core-constants/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquariuslt%2Fhttp-core-constants/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aquariuslt","download_url":"https://codeload.github.com/aquariuslt/http-core-constants/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246030131,"owners_count":20712325,"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":[],"created_at":"2024-10-14T18:47:29.473Z","updated_at":"2026-02-15T15:04:43.202Z","avatar_url":"https://github.com/aquariuslt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node Http Constants\n\n[![NPM](https://img.shields.io/npm/v/http-core-constants.svg)](https://www.npmjs.com/package/http-core-constants) [![Github Workflow Status](https://github.com/aquariuslt/http-core-constants/workflows/ci/badge.svg)](https://github.com/aquariuslt/http-core-constants) [![codecov](https://codecov.io/gh/aquariuslt/http-core-constants/branch/master/graph/badge.svg)](https://codecov.io/gh/aquariuslt/http-core-constants) [![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n\nProvide http-constants: (standard)headers and status code from java version `org.apache.httpcomponents:httpcore`\n\n## Usage\n\n```typescript\nimport { HttpHeaders, HttpStatus, HttpRequestMethod } from 'http-core-constants';\n\nconsole.log(HttpHeaders.ACCEPT);    // output: Accept\nconsole.log(HttpStatus.SC_OK);      // output: 200 (constants with `SC` prefix same as apache core constants)\nconsole.log(HttpStatus.OK);         // output: 200\nconsole.log(HttpRequestMethod.GET); // output: GET\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquariuslt%2Fhttp-core-constants","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faquariuslt%2Fhttp-core-constants","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquariuslt%2Fhttp-core-constants/lists"}