fabriciocolombo / delphi-rest-client-api

A Delphi REST client API to consume REST services written in any programming language.
Apache License 2.0
380 stars 182 forks source link

Made some changes #11

Closed thomaserlang closed 11 years ago

thomaserlang commented 11 years ago

I have added some simple SSL for Indy. I could not find a way to set the SSL options for WinHTTP, so i didn't make a default interface for SSL settings.

Exceptions from Indy will be cached and re raised as EHTTPError in the HttpConnectionIndy.pas file. For WinHTTP the exception will be raised from HttpConnection.pas if the response code is larger than 400.

fabriciocolombo commented 11 years ago

thanks for your improvements