Remove HTTP parser callbacks for fragment, query_string, path.
authorRyan <ry@tinyclouds.org>
Sat, 16 May 2009 10:49:33 +0000 (12:49 +0200)
committerRyan <ry@tinyclouds.org>
Sat, 16 May 2009 10:53:24 +0000 (12:53 +0200)
commit175223d5d798e86b8c4d162e742a3a22d22ca3e4
tree5353f5fbf4ccfb54c27a916821a7aaf4f5d073b3
parent91bd3124adf84c5cc572cf67cd55f548441f9599
Remove HTTP parser callbacks for fragment, query_string, path.

Instead we're going to just get a single callback for the URI. This can be
parsed additionally in javascript using parseuri:
  http://blog.stevenlevithan.com/archives/parseuri
I haven't added that yet, but it will come soon.
src/http.cc
src/http.h
src/http.js
test-http_simple.js