From cffa5c3529a4df2e00cc353b78b151af2412293f Mon Sep 17 00:00:00 2001 From: Petar Maymounkov Date: Thu, 28 Jan 2010 15:14:54 -0800 Subject: http: add lexing functions In particular, add field-value tokenizer which respects quoting rules. The code is intended for use in tokenizing the Transfer-Encoding and Trailer fields. The lexing function is not connected to the main parsing code yet (in the next CL). R=rsc CC=golang-dev http://codereview.appspot.com/190085 Committer: Russ Cox --- src/pkg/http/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pkg/http/Makefile') diff --git a/src/pkg/http/Makefile b/src/pkg/http/Makefile index 7654de807..8a4562122 100644 --- a/src/pkg/http/Makefile +++ b/src/pkg/http/Makefile @@ -9,6 +9,7 @@ GOFILES=\ chunked.go\ client.go\ fs.go\ + lex.go\ request.go\ response.go\ server.go\ -- cgit v1.2.3