August 04, 2017
On Thursday, 3 August 2017 at 06:33:38 UTC, ikod wrote:
> Hello,
>
> Since version 0.5.0 dlang-requests has become compatible with both 1.0.x and 1.1.x versions of openssl library.
>
> Please try and report any issues on github.
> Thanks!
>
> dlang-requests is HTTP/FTP client library, inspired by python-requests with goals:
>
> small memory footprint
> performance
> simple, high level API
> native D implementation
>
> https://code.dlang.org/packages/requests
> https://github.com/ikod/dlang-requests

Does dlang-requests support binding interface for outgoing connection, like curl --interface option?
August 04, 2017
On Friday, 4 August 2017 at 17:06:16 UTC, Jack Applegame wrote:
> On Thursday, 3 August 2017 at 06:33:38 UTC, ikod wrote:
>> Hello,
>>
>> Since version 0.5.0 dlang-requests has become compatible with both 1.0.x and 1.1.x versions of openssl library.
>>
>> Please try and report any issues on github.
>> Thanks!
>>
>> dlang-requests is HTTP/FTP client library, inspired by python-requests with goals:
>>
>> small memory footprint
>> performance
>> simple, high level API
>> native D implementation
>>
>> https://code.dlang.org/packages/requests
>> https://github.com/ikod/dlang-requests
>
> Does dlang-requests support binding interface for outgoing connection, like curl --interface option?

No, but this can be done. It would be nice if you post issue on github.

Thanks!
August 05, 2017
On Friday, 4 August 2017 at 18:28:23 UTC, ikod wrote:
> On Friday, 4 August 2017 at 17:06:16 UTC, Jack Applegame wrote:
>> Does dlang-requests support binding interface for outgoing connection, like curl --interface option?
>
> No, but this can be done. It would be nice if you post issue on github.
>
https://github.com/ikod/dlang-requests/issues/51

August 20, 2017
On Saturday, 5 August 2017 at 09:46:44 UTC, Jack Applegame wrote:
> On Friday, 4 August 2017 at 18:28:23 UTC, ikod wrote:
>> On Friday, 4 August 2017 at 17:06:16 UTC, Jack Applegame wrote:
>>> Does dlang-requests support binding interface for outgoing connection, like curl --interface option?
>>
>> No, but this can be done. It would be nice if you post issue on github.
>>
> https://github.com/ikod/dlang-requests/issues/51

Hello,
Thanks for posting issue, 'bind' enabled for outgoing connections in v0.5.1 release

1 2
Next ›   Last »