File: TODO.md

package info (click to toggle)
haskell-wreq 0.5.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 376 kB
  • sloc: haskell: 2,992; makefile: 25
file content (19 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Work yet to be done

* More advanced tutorial-style documentation

* An example that spiders a Haddock package's docs to validate its
  internal and external links

* Integration with tagsoup (see
  [the mess in `UploadPaste.hs`](https://github.com/bos/wreq/blob/master/examples/UploadPaste.hs#L137))

* International domain support?

* Better authentication support, including session-long memory of
  which URLs do and don't need authentication

* Some poor sod needs to add digest authentication to `http-client` so
  we can use it

* Cache management