0.0.0 • Published 4 months ago
ipp-node v0.0.0
IPP-2.1
Internet Printing Protocol (IPP) v2.1 Implementation in TypeScript
安装
npm install ipp-node
# 或
yarn add ipp-node
基本使用
1. 创建客户端
import createClient from 'ipp-node';
// 创建客户端实例
const client = createClient();
API 文档
详细的 API 文档请查看 API.md。
支持的 RFC 标准
- RFC 2910: IPP/1.1 Encoding and Transport
- RFC 2911: IPP/1.1 Model and Semantics
- RFC 3380: IPP: Job and Printer Set Operations
- RFC 3381: IPP: Job Progress Attributes
- RFC 3382: IPP: The 'collection' attribute syntax
- RFC 3995: IPP Event Notifications and Subscriptions
- RFC 3996: The 'ippget' Delivery Method
- RFC 8010: IPP/1.1 Encoding and Transport
- RFC 8011: IPP/1.1 Model and Semantics
许可证
MIT License
作者
0.0.0
4 months ago