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 https://golang.org/cl/190085
Showing
src/pkg/http/lex.go
0 → 100644
src/pkg/http/lex_test.go
0 → 100644
Please register or sign in to comment