Skip to content

Releases: ikod/dlang-requests

vibe.d sockets support

06 Jul 20:39
Compare
Choose a tag to compare

Support for vibe.d sockets.

more performance optimizations; removed unnecessary log message

25 Jun 19:42
Compare
Choose a tag to compare

More .dup removed; more refs returned to avoid data copy
Unnecessary error log removed from exception handler.

many performance optimizations

18 Jun 12:08
Compare
Choose a tag to compare

Many performance optimizations: avoided memory copy and allocations when possible, internal loops optimized.

Streaming response for HTTP and FTP; performance emprovements.

11 Jun 22:44
Compare
Choose a tag to compare
  • Streaming response from server. Caller consume InputRange while receiving data from server.
  • Performance emprovements. Several data copy avoided. Minor performance tests executed.

more clean interface for getContent and postContent

06 Jun 13:53
Compare
Choose a tag to compare

more simple interfaces for getContent. Clean form submission and file upload interface for postContent. Yet another windows libssl/crypto linking fix.

Cookie handling added

29 May 15:29
Compare
Choose a tag to compare

Minimal cookie handleng added: no persistency(but you can get and set cookie for Request), no expiration.

Added ftp. Some bugs fixed.

26 May 22:14
Compare
Choose a tag to compare

Added ftp. Some bugs fixed.

file package.d missed

15 May 10:52
Compare
Choose a tag to compare

file package.d missed

fix some tests

10 May 15:46
Compare
Choose a tag to compare

fix some tests

win32 ssl/crypt libraries added

10 May 11:21
Compare
Choose a tag to compare

win32 ssl/crypt libraries added