0.0.0 • Published 4 months ago

ipp-codec v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

IPP-2.1

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

npm version TypeScript License

安装

npm install ipp-codec
# 或
yarn add ipp-codec

基本使用

1. 创建客户端

import  { IPPEncoder, IPPDecoder } from 'ipp-codec';

// 创建编码器实例
const encoder = new IPPEncoder();

// 创建解码器实例
const decoder = new IPPDecoder();

支持的 RFC 标准

  • RFC 2910: IPP/1.1 Encoding and Transport
  • RFC 8010: IPP/1.1 Encoding and Transport

许可证

MIT License

作者

moselikk

0.0.0

4 months ago