yuanjm
|
cbfffc7269
esp_http_client: Fix HEAD request will affect the all next HTTP requests unless we close the HTTP request
|
vor 4 Jahren |
Vikram Dattu
|
70db0406fc
esp_http_client: Fixed handling of EAGAIN return
|
vor 4 Jahren |
Jon Maloney
|
57042ab56c
esp_http_client: Support client key password for HTTPS connections.
|
vor 4 Jahren |
yuanjm
|
b7791c171d
esp_http_client: Optimize code structure
|
vor 5 Jahren |
Clickau
|
d25b354cfc
esp_http_client: fix truncated headers
|
vor 5 Jahren |
Shubham Kulkarni
|
e4ebaca693
esp_http_client_read: Add check for esp_http_client_is_complete_data_received before returning ESP_FAIL
|
vor 4 Jahren |
Shubham Kulkarni
|
b53e46a68e
Add options for esp_http_client and esp_websocket_client to support keepalive
|
vor 5 Jahren |
Shubham Kulkarni
|
6337ce9c3c
esp_http_client.c: Clear raw_len for response buffer after dispatching HTTP_EVENT_ON_FINISH event
|
vor 5 Jahren |
Scott Shell
|
8c09fbf6f1
Make the UserAgent string in esp-http-client configurable
|
vor 5 Jahren |
Shubham Kulkarni
|
83f4ebf852
esp_http_client: Skip check for redirection counter if status code is success.
|
vor 5 Jahren |
Angus Gratton
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
vor 5 Jahren |
Shubham Kulkarni
|
b06035443f
esp_http_client: Include port in host field
|
vor 5 Jahren |
boarchuz
|
bf942a60f3
esp_http_client: add flush response
|
vor 5 Jahren |
Shubham Kulkarni
|
bb8981903e
esp_http_client: Fix issue when response headers have empty value
|
vor 5 Jahren |
Shubham Kulkarni
|
58b386bca3
Fix issue when algotithm header is not present
|
vor 5 Jahren |
Shubham Kulkarni
|
1bbafb817d
esp_http_client: Set user configurable authorization retries
|
vor 5 Jahren |
Shubham Kulkarni
|
bcfd2f07ab
esp_http_client: Add methods in esp_http_client_method_t required for WebDAV
|
vor 5 Jahren |
Shubham Kulkarni
|
de5ee9cc80
esp_http_client: Add API to get chunk length in case of chunked responses
|
vor 5 Jahren |
David Cermak
|
917192725a
http-client: fix memory allocation issues found by static analyser
|
vor 5 Jahren |
Shubham Kulkarni
|
890f541edf
esp_http_client: Add API to get URL from client
|
vor 5 Jahren |
Shubham Kulkarni
|
4c166085fb
esp_http_client.c: In esp_http_client_read, add fix to return (-1) if esp_transport_read fails
|
vor 5 Jahren |
Shubham Kulkarni
|
4858184e19
esp_http_client: Add helper API to read larger data chunks from HTTP Stream
|
vor 5 Jahren |
Shubham Kulkarni
|
032a041395
Bugfix for failing OTA example
|
vor 6 Jahren |
Axel Lin
|
489c815eb8
esp_http_client: add esp_http_client_set_authtype function
|
vor 6 Jahren |
Axel Lin
|
6fdc8d7f92
esp_http_client: fix memory leak in esp_http_client_set_username/password
|
vor 6 Jahren |
Aidan Cyr
|
5f6fd238b6
fix: esp_http_client and esp_https_ota can follow 307 Redirects
|
vor 6 Jahren |
Mahavir Jain
|
4dcffdb0a9
esp_http_client: fix issue where http parser was not invoking `message_complete` callback
|
vor 6 Jahren |
ganeshlandge
|
9fd16c6a5f
fixes : set_url discards username and password
|
vor 6 Jahren |
Hrudaynath Dhabe
|
d4091f7cda
esp_http_client: Add support to check the binary length of the recieved stream and compare it with the size mentioned in the header.
|
vor 6 Jahren |
Angus Gratton
|
c25fe765a9
Merge branch 'feature/esp_http_client_tx_buf_size' into 'master'
|
vor 6 Jahren |