

Public Member Functions | |
| HttpClientClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 398 of file http.cc.
00398 : TclClass("Http/Client") {} |
|
||||||||||||
|
Definition at line 399 of file http.cc.
00399 {
00400 return (new HttpClient());
00401 }
|
1.3.3