IPP-2.1
Internet Printing Protocol (IPP) v2.1 Implementation in TypeScript



安装
``
bash
npm install ipp-cups
或
yarn add ipp-cups
`
基本使用
$3
`
typescript
import createClient from 'ipp-cups';
// 创建客户端实例
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
作者
moselikk