Shubham Kulkarni
|
7ad3837244
esp_http_client_read: Add check for esp_http_client_is_complete_data_received before returning ESP_FAIL
|
4 жил өмнө |
Shubham Kulkarni
|
90218b4e9b
Add options for esp_http_client and esp_websocket_client to support keepalive
|
5 жил өмнө |
Shubham Kulkarni
|
29feb17636
esp_http_client.c: Clear raw_len for response buffer after dispatching HTTP_EVENT_ON_FINISH event
|
5 жил өмнө |
Scott Shell
|
fad8a27cf7
Make the UserAgent string in esp-http-client configurable
|
5 жил өмнө |
Shubham Kulkarni
|
b951b5adec
esp_http_client: Skip check for redirection counter if status code is success.
|
5 жил өмнө |
David Cermak
|
917192725a
http-client: fix memory allocation issues found by static analyser
|
5 жил өмнө |
Shubham Kulkarni
|
890f541edf
esp_http_client: Add API to get URL from client
|
5 жил өмнө |
Shubham Kulkarni
|
4c166085fb
esp_http_client.c: In esp_http_client_read, add fix to return (-1) if esp_transport_read fails
|
5 жил өмнө |
Shubham Kulkarni
|
4858184e19
esp_http_client: Add helper API to read larger data chunks from HTTP Stream
|
5 жил өмнө |
Shubham Kulkarni
|
032a041395
Bugfix for failing OTA example
|
6 жил өмнө |
Axel Lin
|
489c815eb8
esp_http_client: add esp_http_client_set_authtype function
|
6 жил өмнө |
Axel Lin
|
6fdc8d7f92
esp_http_client: fix memory leak in esp_http_client_set_username/password
|
6 жил өмнө |
Aidan Cyr
|
5f6fd238b6
fix: esp_http_client and esp_https_ota can follow 307 Redirects
|
6 жил өмнө |
Mahavir Jain
|
4dcffdb0a9
esp_http_client: fix issue where http parser was not invoking `message_complete` callback
|
6 жил өмнө |
ganeshlandge
|
9fd16c6a5f
fixes : set_url discards username and password
|
6 жил өмнө |
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.
|
6 жил өмнө |
Angus Gratton
|
c25fe765a9
Merge branch 'feature/esp_http_client_tx_buf_size' into 'master'
|
6 жил өмнө |
Oleg Antonyan
|
bd4591b053
esp_http_client: separate buffer_size config option for transmit
|
6 жил өмнө |
David Cermak
|
a001eb39bf
http_client: disconnect event to read last occurred error in esp-tls
|
6 жил өмнө |
Jitin George
|
ab6dd36243
esp_http_client: Add support to disable validation of certificate's CN field
|
6 жил өмнө |
Angus Gratton
|
b6a24bbd25
Merge branch 'feature/esp-https-ota-basic-auth' into 'master'
|
6 жил өмнө |
Jitin George
|
4e6d39f009
esp-http-client: Fix incorrect event name HTTP_EVENT_HEADER_SENT
|
6 жил өмнө |
Jitin George
|
86e1fc564e
esp_http_client: Add API for adding authorization info
|
6 жил өмнө |
Vikram Dattu
|
e0d796bf33
Add a `esp_http_client_set_redirection` function When using direct operations instead of `esp_http_client_perform`, we need a way to set redirection URL when we get 30x response codes. Added the function for the same. User can now check status code and call `esp_http_client_set_redirection` function to enable redirection. Related change in adf: https://gitlab.espressif.cn:6688/adf/esp-adf-internal/merge_requests/187
|
6 жил өмнө |
Nguyễn Hồng Quân
|
4a6c5032f4
Fix: Lost username when setting new URL with a path.
|
6 жил өмнө |
Vikram Dattu
|
a875505546
Fix url redirection issue.
|
6 жил өмнө |
Jitin George
|
9b0e6e3b49
esp_http_client: Fix header sent event bug
|
6 жил өмнө |
Mahavir Jain
|
27e00cf7aa
esp_http_client: add support for using certs from global ca store
|
7 жил өмнө |
Damian Reboredo
|
41e71c2f53
fix esp_http_client_open
|
7 жил өмнө |
Anders Kalør
|
8b72dc9fb0
esp_http_client: Add support for mutual authentication
|
7 жил өмнө |