go.net.textproto

Go to Haxe source-to-source compiler

..
Conn

A Conn represents a textual network protocol connection. It consists of a Reader and Writer to manage I/O and a Pipeline to sequence concurrent requests on the connection. These embedded types carry methods with them; see the documentation of those types for details.

ConnPointer

ConnPointerPointer

ConnPointer_asInterface

Conn_asInterface

Error

An Error represents a numeric error response from a server.

ErrorPointer

ErrorPointerPointer

ErrorPointer_asInterface

Error_asInterface

MIMEHeader

A MIMEHeader represents a MIME-style header mapping keys to sets of values.

MIMEHeaderPointer

MIMEHeaderPointerPointer

MIMEHeaderPointer_asInterface

MIMEHeader_asInterface

Pipeline

A Pipeline manages a pipelined in-order request/response sequence.

PipelinePointer

PipelinePointerPointer

PipelinePointer_asInterface

Pipeline_asInterface

ProtocolError

A ProtocolError describes a protocol violation such as an invalid response or a hung-up connection.

ProtocolErrorPointer

ProtocolErrorPointerPointer

ProtocolErrorPointer_asInterface

ProtocolError_asInterface

Reader

A Reader implements convenience methods for reading requests or responses from a text protocol network connection.

ReaderPointer

ReaderPointerPointer

ReaderPointer_asInterface

Reader_asInterface

Textproto

Package textproto implements generic support for text-based request/response protocols in the style of HTTP, NNTP, and SMTP.

Writer

A Writer implements convenience methods for writing requests or responses to a text protocol network connection.

WriterPointer

WriterPointerPointer

WriterPointer_asInterface

Writer_asInterface