Victor Vazquez
d58cbad14d
Unique ptr for body stream ( #214 )
...
* change bodyStream to unique ptr
2020-06-29 10:33:31 -07:00
Victor Vazquez
e1e88b3984
Support for requests with no body ( #202 )
...
* avoid fail if no body in request
* request with no body
* fix for win86
* Update sdk/samples/http_client/curl/src/azure_core_with_curl_bodyBuffer.cpp
Co-authored-by: Rick Winter <rick.winter@microsoft.com>
Co-authored-by: Rick Winter <rick.winter@microsoft.com>
2020-06-22 18:38:35 -07:00
Victor Vazquez
e5e063f88c
support no path request ( #201 )
2020-06-22 18:23:42 -07:00
Victor Vazquez
614fa143ba
adding host header automatically if missing for libcurl transport ( #200 )
2020-06-22 18:23:30 -07:00
Victor Vazquez
90e57362bf
Victor/http/add streams ( #183 )
...
* Adding body Stream for HTTP
* Adding libcurl session with custom send and receive
2020-06-18 21:43:00 -07:00
Rick Winter
602f75744a
HttpPipeline and HttpPolicies ( #63 )
...
* HttpPipeline
2020-05-29 10:57:10 -07:00
Victor Vazquez
c19f9e2b05
Adding writing response from curl to buffer ( #64 )
...
* write headers and response code to Response
2020-05-20 14:48:26 -07:00
Rick Winter
5350d1dbf8
Fix namespace case and file formating ( #98 )
2020-05-12 11:04:59 -07:00
Rick Winter
6b7b428e71
Fix casing on enum ( #94 )
...
* Fix casing on enum
* Update tests
2020-05-08 10:49:30 -07:00
Victor Vazquez
61b8cdc3d4
Adding curl and nohttp transport options ( #54 )
...
* http client
2020-04-02 11:05:26 -07:00