{"id":14964151,"url":"https://github.com/nuxt/http","last_synced_at":"2025-05-15T02:09:53.696Z","repository":{"id":34570650,"uuid":"176339127","full_name":"nuxt/http","owner":"nuxt","description":"Universal HTTP Module for Nuxt.js","archived":false,"fork":false,"pushed_at":"2025-04-08T15:51:57.000Z","size":3937,"stargazers_count":231,"open_issues_count":49,"forks_count":51,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-14T00:58:32.079Z","etag":null,"topics":["hacktoberfest","http","nuxt","nuxt-module"],"latest_commit_sha":null,"homepage":"https://http.nuxtjs.org","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/nuxt.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,"zenodo":null}},"created_at":"2019-03-18T17:43:33.000Z","updated_at":"2025-04-04T04:28:44.000Z","dependencies_parsed_at":"2023-02-19T02:15:55.672Z","dependency_job_id":"8526963a-5a96-44fb-85f3-cad08e8ed546","html_url":"https://github.com/nuxt/http","commit_stats":{"total_commits":435,"total_committers":68,"mean_commits":6.397058823529412,"dds":0.5448275862068965,"last_synced_commit":"e20a347bedd1edfda7a14234f76c2bbb9986c9d1"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fhttp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fhttp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fhttp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fhttp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt","download_url":"https://codeload.github.com/nuxt/http/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254259386,"owners_count":22040821,"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":["hacktoberfest","http","nuxt","nuxt-module"],"created_at":"2024-09-24T13:32:38.631Z","updated_at":"2025-05-15T02:09:50.621Z","avatar_url":"https://github.com/nuxt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![@nuxt/http](https://http.nuxtjs.org/preview.png)](https://http.nuxtjs.org)\n\n# Nuxt HTTP\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]\n[![Codecov][codecov-src]][codecov-href]\n[![License][license-src]][license-href]\n[![Standard JS][standard-js-src]][standard-js-href]\n\n\u003e HTTP module for Nuxt with a universal way to make HTTP requests to the API backend.\n\n- [✨ \u0026nbsp;Release Notes](https://http.nuxtjs.org/releases)\n- [📖 \u0026nbsp;Documentation](https://http.nuxtjs.org)\n\n## Nuxt 3\n\nHTTP module supports Nuxt 2. Nuxt 3 users can use the new isomorphic [$fetch API](https://nuxt.com/docs/getting-started/data-fetching#isomorphic-fetch-and-fetch) ([migration guide](https://nuxt.com/docs/migration/component-options#isomorphic-fetch)).\n\n## Features\n\n- The fluent [ky](https://github.com/sindresorhus/ky) API has been extended with enhancements and shortcuts\n- Highly customizable options support for [BaseURL](https://http.nuxtjs.org/options#baseurl)\n- Automatically proxy cookies and headers when making requests from server side\n- Best practices to avoid token sharing when making server side requests\n- Easy proxy support to avoid CORS problems and making deployment easier\n\n[📖 \u0026nbsp;Read more](https://http.nuxtjs.org)\n\n## Development\n\n1. Clone this repository\n2. Install dependencies using `yarn install`\n3. Start development server using `yarn dev`\n4. Then go for instance to `http://localhost:3000/mounted`\n\n## 📖 Contribute to the documentation \n\n1. Go into the docs folder\n2. Install dependencies using `yarn install`\n3. Start development server using `yarn dev`\n\n## 📑 License\n\n[MIT License](./LICENSE)\n\nCopyright (c) Nuxt.js Team\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://flat.badgen.net/npm/v/@nuxt/http\n[npm-version-href]: https://npmjs.com/package/@nuxt/http\n[npm-downloads-src]: https://flat.badgen.net/npm/dm/@nuxt/http\n[npm-downloads-href]: https://npmjs.com/package/@nuxt/http\n[github-actions-ci-src]: https://github.com/nuxt/http/workflows/ci/badge.svg\n[github-actions-ci-href]: https://github.com/nuxt/http/actions?query=workflow%3Aci\n[checks-src]: https://flat.badgen.net/github/checks/nuxt/http/master\n[checks-href]: https://github.com/nuxt/http/actions\n[codecov-src]: https://flat.badgen.net/codecov/c/github/nuxt/http\n[codecov-href]: https://codecov.io/gh/nuxt/http\n[standard-js-src]: https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square\n[standard-js-href]: https://standardjs.com\n[license-src]: https://img.shields.io/npm/l/@nuxt/http.svg\n[license-href]: https://npmjs.com/package/@nuxt/http\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt%2Fhttp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt%2Fhttp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt%2Fhttp/lists"}