许可证¶
httptap 基于 Apache License 2.0 授权。
Apache License 2.0¶
Copyright 2025-2026 Sergei Ozeranskii
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
这意味着什么¶
Apache License 2.0 是一种宽松的开源许可证,它允许你:
✅ 使用 —— 出于任何目的使用 httptap,无论商业或非商业 ✅ 修改 —— 修改源代码以满足你的需求 ✅ 分发 —— 分发原始或修改后的版本 ✅ 再授权 —— 依据不同条款向他人授予权利 ✅ 商业使用 —— 在商业产品中使用 httptap
你的责任¶
在使用 httptap 时,你必须:
- 包含许可证 —— 包含一份 Apache License 2.0 的副本
- 声明变更 —— 记录你所做的任何修改
- 包含声明 —— 保留版权和署名声明
- 包含 NOTICE —— 如存在 NOTICE 文件,则包含之
专利授权¶
Apache License 2.0 包含一项从贡献者到用户的明确专利许可。这意味着:
- 贡献者向你授予其持有的、使用 httptap 所必需的任何专利的许可
- 如果你就与 httptap 相关的专利侵权起诉任何人,你的许可将终止
无担保¶
httptap 按“原样”("AS IS")提供,不附带任何形式的担保。详情请参阅完整的许可证文本。
完整许可证文本¶
如需完整的许可证文本,请参阅:
第三方许可证¶
httptap 依赖若干开源项目:
直接依赖¶
| 软件包 | 许可证 | 链接 |
|---|---|---|
| httpx | BSD-3-Clause | https://github.com/encode/httpx |
| httpcore | BSD-3-Clause | https://github.com/encode/httpcore |
| Rich | MIT | https://github.com/Textualize/rich |
| dnspython | ISC | https://github.com/rthalley/dnspython |
所有依赖均使用与 Apache 2.0 兼容的宽松许可证。
问题咨询¶
如有许可相关问题,请:
- 在 GitHub 上创建 issue
- 联系维护者
本页仅提供摘要。完整许可证文本才是 权威来源。