Changes between Initial Version and Version 6 of Ticket #265


Ignore:
Timestamp:
03/24/11 11:25:47 (2 years ago)
Author:
ArcRiley
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #265

    • Property Summary changed from Create soy.transports.HTTP to HTTP path importer
    • Property Milestone changed from beta1 to beta3
  • Ticket #265 – Description

    initial v6  
    1 Implement: 
    2  _open 
    3  _read 
    4  _write 
    5  _seek 
    6  _reset 
    7  _close 
     1For sys.path entries starting with "http://", implement a HTTP path hook that attempts to download from the provided base URL. 
    82 
    9 and detect wether seek/reset are possible (in the case of live streams). 
     3Basic support for [http://www.webdav.org/ DAV] to cache remote directory contents would be ideal.