UNPKG

@halsp/http

Version:

支持 Halsp HTTP 请求

68 lines (44 loc) 2.9 kB
<p align="center"> <a href="https://halsp.org/" target="blank"><img src="https://halsp.org/images/logo.png" alt="Halsp Logo" width="200"/></a> </p> <p align="center">Halsp - 面向云的现代渐进式轻量 <a href="http://nodejs.org" target="_blank">Node.js</a> 框架</p> <p align="center"> <a href="https://github.com/halsp/core/blob/main/LICENSE" target="_blank"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="GitHub license" /></a> <a href=""><img src="https://img.shields.io/npm/v/@halsp/core.svg" alt="npm version"></a> <a href=""><img src="https://badgen.net/npm/dt/@halsp/core" alt="npm downloads"></a> <a href="https://nodejs.org/en/about/releases/"><img src="https://img.shields.io/node/v/@halsp/core.svg" alt="node compatibility"></a> <a href="#"><img src="https://github.com/halsp/core/actions/workflows/test.yml/badge.svg?branch=main" alt="Build Status"></a> <a href="https://codecov.io/gh/halsp/core/branch/main"><img src="https://img.shields.io/codecov/c/github/halsp/core/main.svg" alt="Test Coverage"></a> <a href="https://github.com/halsp/core/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a> <a href="https://gitpod.io/#https://github.com/halsp/core"><img src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod" alt="Gitpod Ready-to-Code"></a> <a href="https://paypal.me/ihalwang" target="_blank"><img src="https://img.shields.io/badge/Donate-PayPal-ff3f59.svg"/></a> </p> ## 开始使用 请跟随文档 [halsp.org](https://halsp.org) 📚 ## 线上示例 请访问 <https://quickstart.halsp.org> 🌈 > 该网站可快速体验 Halsp,代码由 `@halsp/cli` 生成,运行于 [StackBlitz](https://stackblitz.com) > 可以自由选择插件和运行环境,支持在线编辑、运行、调试 ## 介绍 支持 Halsp HTTP 请求 ## 安装 ``` npm install @halsp/http ``` ## 贡献 在提交 PR 前请先阅读 [Contributing to Halsp](https://github.com/halsp/core/blob/main/CONTRIBUTING.md). <a href="https://github.com/halsp/core/graphs/contributors"> <img src="https://contrib.rocks/image?repo=halsp/core" /> </a> ## 遇到问题 首先查找是否已有相关问题: 1. 查看文档 [halsp.org](https://halsp.org) 是否有相关内容 2. 查看 [Discussions](https://github.com/halsp/core/discussions) 是否有相关讨论 3. 查看 [Issues](https://github.com/halsp/core/issues) 是否有相关内容 如果以上没有找到答案: - 一般性问题请在讨论区提问 [Discussions](https://github.com/halsp/core/discussions) - 代码问题或不符预期的行为请提 [Issues](https://github.com/halsp/core/issues) 如果你能通过代码解决这个问题欢迎提交 [Pull requests](https://github.com/halsp/core/pulls) ## License [MIT](https://opensource.org/licenses/MIT) Copyright (c) 2022-present, Hal Wang