Enhancements for the URL module
Rick Murray (539) 13840 posts |
Some suggested enhancements for the URL module when fetching HTTP/HTTPS resources:
|
Chris Mahoney (1684) 2165 posts |
I know all about #1! :) The trick here is that the head/body stuff is specific to HTTP and doesn’t apply to the other protocols supported by the URL module. Therefore, it’s described in the HTTP docs rather than the URL docs. Bits 8-15 of R2 are the type of data wanted (if R0:1 set, else in bits 0-31 of R5) With that said, I think there’s probably some logic in having a simpler document that explains how to use the module for common tasks, without getting bogged down in implementation detail and cross-references. #2: It’s too early in the morning for me to parse this :) #3: This on my to-do list for HTTPLib but I’m not there yet. Having it in the underlying module would certainly make things easier though. #4: Agreed. |