File: TODO.md

package info (click to toggle)
ocaml-cohttp 5.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,088 kB
  • sloc: ml: 7,793; javascript: 15; makefile: 12
file content (23 lines) | stat: -rw-r--r-- 666 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Planned changes for 1.0:

* Make the Lwt response stream bounded (new in lwt-2.4+)

Planned changes for 2.0:

* Make the Header.t header parsing more efficient by only lazily parsing them
  instead of copying into a Map as we do now.

Better HTTP support:

- Range requests need to be fully implemented (206)
- 100 Continue should be a noop
- Awwww crap, so much to do : http://www.and.org/texts/server-http
- A client interface that deals with redirects
- Proxy support (manual means a full URI in the request)

Tests:

- Test the lib_test server scripts via external invocations of
  curl and httperf, so that the tests terminate.

- Test the HTTP timeout support