go/src/pkg/net/textproto
Russ Cox 844a86317d net/textproto: new package, with example net/dict
Generic text-based network protcol library for SMTP-like protocols.
HTTP and NNTP should be changed to use this package,
and I expect that SMTP and POP3 will be able to use it too.

R=cemeyer, nigeltao_golang, r
CC=golang-dev, petar-m
https://golang.org/cl/889041
2010-08-06 17:37:45 -07:00
..
Makefile net/textproto: new package, with example net/dict 2010-08-06 17:37:45 -07:00
pipeline.go net/textproto: new package, with example net/dict 2010-08-06 17:37:45 -07:00
reader.go net/textproto: new package, with example net/dict 2010-08-06 17:37:45 -07:00
reader_test.go net/textproto: new package, with example net/dict 2010-08-06 17:37:45 -07:00
textproto.go net/textproto: new package, with example net/dict 2010-08-06 17:37:45 -07:00
writer.go net/textproto: new package, with example net/dict 2010-08-06 17:37:45 -07:00
writer_test.go net/textproto: new package, with example net/dict 2010-08-06 17:37:45 -07:00