Is there interest in a std.http?

Jacob Carlborg doob at me.com
Mon Nov 19 23:48:29 PST 2012


On 2012-11-19 21:38, Tyler Jameson Little wrote:

> I think the following are necessary:
>
> * Access to underlying TcpSocket (for protocol upgrades, like WebSocket)
> * HTTP body is a stream
> * Simple HTTP requests
> * Errors can be recovered from (allow user-defined error handlers):
> * User settable size limits
>    * Size of request line (1024 bytes by default)
>    * Size of each header (1024 bytes by default)
>    * Total size of header block (4096 bytes by default)

* HTTPS

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list