blob: d1193345214ec6e1824dff2eb1767458f9fe6de1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
TODO:
====
* Thread safety
* Support M-POST
* Document
* Tutorial Documentation
* Simple Soap Example clients and servers (time, updates, terraserver, ...)
* More SOCKS testing
* Use gconf for config data
* Make SoupMessage a generic HTTP engine (basically just make method settable).
* handle gzip encoded responses, requests
* MS Challenge/Response support
* Server digest authentication
* UDDI support
* Disco support
* DIME support
* SOAP Routing Protocol serializer wrappers
* Simple POP and SMTP engine.
* Handle SOAP Attachments in HTTP and SMTP (use gmime)
* C++ wrapper
* GTK or Bonobo object generation
|