Home | History | Annotate | Download | only in devel

Lines Matching full:textproto

508 * net/textproto: accept bad MIME headers as browsers do.
1170 * net/textproto: avoid corruption when reading a single header.
1863 * textproto: prevent long lines in HTTP headers from causing HTTP 400 responses.
2590 * net/textproto: avoid 1 copy in ReadLine, ReadContinuedLine.
3881 implement with net/textproto (thanks Petar Maymounkov),
3908 * textproto: introduce Header type (thanks Petar Maymounkov).
5093 * net/textproto: Handle multi-line responses (thanks Evan Shaw).
5245 * net/textproto: new package, with example net/dict.