netd

所属分类:Email客户端
开发工具:D
文件大小:73KB
下载次数:0
上传日期:2012-05-29 14:53:41
上 传 者sh-1993
说明:  网络包,包括用于D编程语言的http、ftp、smtp
(Networking package including http, ftp, smtp for D programming lanaguage)

文件列表:
LICENSE (1338, 2012-05-29)
Makefile (9470, 2012-05-29)
NamingConvention.md (2087, 2012-05-29)
command.make (7333, 2012-05-29)
doc (0, 2012-05-29)
doc\cutedoc.js (3470, 2012-05-29)
doc\http.html (10218, 2012-05-29)
doc\images (0, 2012-05-29)
doc\images\alias.png (310, 2012-05-29)
doc\images\class.png (360, 2012-05-29)
doc\images\enum.png (377, 2012-05-29)
doc\images\func.png (361, 2012-05-29)
doc\images\header_bg.png (939, 2012-05-29)
doc\images\property.png (379, 2012-05-29)
doc\images\struct.png (377, 2012-05-29)
doc\images\template.png (214, 2012-05-29)
doc\images\var.png (335, 2012-05-29)
doc\irc.html (1217, 2012-05-29)
doc\jquery.js (91669, 2012-05-29)
doc\smtp.html (1220, 2012-05-29)
doc\style.css (4286, 2012-05-29)
doc\uri.html (10898, 2012-05-29)
docs (0, 2012-05-29)
docs\Ftp.md (0, 2012-05-29)
docs\Http.md (0, 2012-05-29)
docs\Irc.md (1, 2012-05-29)
docs\Uri.md (2307, 2012-05-29)
netd (0, 2012-05-29)
netd\ftp.d (31254, 2012-05-29)
netd\http.d (13054, 2012-05-29)
netd\https.d (1228, 2012-05-29)
netd\irc.d (23334, 2012-05-29)
netd\uri.d (13699, 2012-05-29)
netd\util (0, 2012-05-29)
netd\util\sslsocket.d (6501, 2012-05-29)

# std.net __std.net__ is a library made for simple usage of common network protocols in D programming language. ### Main Goals - __Easy to Use__ To make API clean and intuitive. - __Extendable__ Package should be easy to extend with new functionality. - __Portable__ Package should work on all major platforms. ### Links - [Sources](https://github.com/nazriel/std.net/tree/master/std/net/) - [DDOC docs](https://github.com/nazriel/std.net/tree/master/doc/) ### Protocols Here's list of protocols that are being implemented: - ![In dev](http://img248.imageshack.us/img248/9397/bdev.png "In development") __[Http](https://github.com/nazriel/std.net/tree/master/docs/Http.md)__ HTTP is used to recieve web pages and files on the internet. It's Server-Client based. - ![In dev](http://img248.imageshack.us/img248/9397/bdev.png "In development") __[Ftp](https://github.com/nazriel/std.net/tree/master/docs/Ftp.md)__ FTP is used to send and recieve files over internet. It's Server-Client based. - ![In dev](http://img248.imageshack.us/img248/9397/bdev.png "In development") __[Irc](https://github.com/nazriel/std.net/tree/master/docs/Irc.md)__ IRC is used to communicate though internet. It's Server-Client based. ### Helper classes - ![Unstable/Beta](http://img190.imageshack.us/img190/1751/bunstable.png "Unstable/Beta") __[Uri](https://github.com/nazriel/std.net/tree/master/docs/Uri.md)__ Uri is used to define host, port and other connection details ### Authors - [Robert 'Robik' Pasiski](http://github.com/robik) - [Damian 'nazriel' Ziemba](http://driv.pl) ### Contributing If you are interested in contributing to project: 1. Fork the project 2. Create new branch like `newfeaturename` 3. Request pull 4. Mention the pull request (optional) If you want to join the team, just write to robik or nazriel by mail, github or on __#d__ on `freenode.net`

近期下载者

相关文件


收藏者