akdor1154 / goipp

Package goipp implements the IPP core protocol in pure Go (RFC 8010)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goipp

godoc.org GitHub Go Report Card

The goipp library is fairly complete implementation of IPP core protocol in pure Go. Essentially, it is IPP messages parser/composer. Transport is not implemented here, because Go standard library has an excellent built-in HTTP client, and it doesn't make a lot of sense to wrap it here.

High-level requests, like "print a file" are also not implemented, only the low-level stuff.

All documentation is on godoc.org -- follow the link above. Pull requests are welcomed, assuming they don't break existing API.

About

Package goipp implements the IPP core protocol in pure Go (RFC 8010)

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 100.0%Language:Makefile 0.0%