[Chicken-users] http-client egg

2006-08-14 Thread Ian Oversby
Hi, Some webpages return a 503 forbidden status when they do not recognise the User-Agent from the HTTP request. To get around this in my own code, I've provided a second exported send-request function like this: (define (http:my-send-request req . more) (let* ((in #f) (out #f)

Re: [Chicken-users] RFC: documentation lookup utility

2006-08-14 Thread Alejandro Forero Cuervo
Is there any existing document with sufficient metadata as to give me a way to machine-generate the index of all of Chicken's functions? If not, I expect I will spend a little time manually generating this sort of data; it may be beneficial to embed it in the existing manual (sexprs in HTML

Re: [Chicken-users] RFC: documentation lookup utility

2006-08-14 Thread Mario Domenech Goulart
Hello Toby, On Sat, 12 Aug 2006 20:52:05 -0400 Toby Butzon [EMAIL PROTECTED] wrote: On Sat, Aug 12, 2006 at 08:59:19PM -0700, Brandon J. Van Every wrote: Typing a word into a URL is not really the kind of documentation I want. I want to click on a word in the editor I'm using and be taken