View previous topic :: View next topic |
Author |
Message |
qbert
Joined: 30 Mar 2004 Posts: 209 Location: Dallas, Texas
|
Posted: Wed Jun 06, 2007 9:09 am Post subject: HTTP Lib |
|
|
Is their a way I can get the contents of a web page with MiniD ?
Charlie |
|
Back to top |
|
|
JarrettBillingsley
Joined: 20 Jun 2006 Posts: 457 Location: Pennsylvania!
|
Posted: Wed Jun 06, 2007 2:34 pm Post subject: |
|
|
Not unless you (or someone else) write a library to do so. |
|
Back to top |
|
|
qbert
Joined: 30 Mar 2004 Posts: 209 Location: Dallas, Texas
|
Posted: Wed Jun 06, 2007 7:01 pm Post subject: |
|
|
Ok Ill look through the code, is their someplace in particular I can look to see how to expose Tango's HTTPClient ?
Charlie |
|
Back to top |
|
|
JarrettBillingsley
Joined: 20 Jun 2006 Posts: 457 Location: Pennsylvania!
|
Posted: Wed Jun 06, 2007 7:47 pm Post subject: |
|
|
Well, the code in the repo is based on phobos so you probably won't have much luck using Tango unless you use tangobos. I have ported most of MiniD over to Tango, but haven't yet uploaded the code. But if you want to get an idea of how to expose classes and functions to MiniD, have a look at baselib.d -- it has a bunch of free functions as well as the StringBuffer class. |
|
Back to top |
|
|
|