parser

package
v0.0.0-...-d1d3c2e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2015 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser

type Parser struct {
	Conn net.Conn
	Recv Receiver
	// contains filtered or unexported fields
}

func New

func New(c net.Conn, r Receiver) *Parser

func (*Parser) Parse

func (p *Parser) Parse()

Parse initialises the read loop and begins parsing the incoming request

type Receiver

type Receiver interface {
	Send(*buffer.Event)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL