Harshit Malpani
|
8d95e45c05
fix: nitpick in esp_http_client
|
2 лет назад |
Kenneth Furge
|
90be9cc3e8
Set state to HTTP_STATE_REQ_COMPLETE_HEADER prior to calling the
|
2 лет назад |
Mahavir Jain
|
bdf8f1c382
Merge branch 'contrib/github_pr_10715' into 'master'
|
2 лет назад |
Andrew Clink
|
82cdcc5de5
Add user_data accessor and mutator to esp_http_client
|
3 лет назад |
Harshit Malpani
|
674fd8feb8
esp_http_client: Add support for esp_events
|
3 лет назад |
harshal.patil
|
32e78b71f3
http_client: fixed looping caused when disable_auto_redirect enabled
|
3 лет назад |
Harshit Malpani
|
6e92edd848
esp_http_client: fix debug log from LOGI to LOGD
|
3 лет назад |
Harshit Malpani
|
68ded2c350
esp_http_client: fix -Werror-format compile errors for linux target
|
3 лет назад |
Harshit Malpani
|
1c77e13d35
esp_http_client: Update to support build for linux
|
3 лет назад |
Mahavir Jain
|
bbc5914e63
esp_http_client: remove "Wno-format" cflag and fix formatting errors
|
3 лет назад |
Harshit Malpani
|
6de9e42122
esp_http_client: Add feature to cancel an HTTP request
|
3 лет назад |
Aditya Patwardhan
|
ba43063314
esp_http_client: Add option to use secure_element
|
3 лет назад |
harshal.patil
|
5feb4696be
fix: esp_http_client fix behaviour when disable_auto_redirect is enabled
|
3 лет назад |
Mahavir Jain
|
67e080471f
esp_http_client: free cached data in case connection gets closed for redirection
|
3 лет назад |
Aditya Patwardhan
|
4904d57fd9
esp_http_client: Added support to set server common name.
|
3 лет назад |
David Cermak
|
5c383d7b73
esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers"
|
3 лет назад |
Laukik Hase
|
7115881a97
esp_http_client/esp_https_ota: Removed errno checks
|
3 лет назад |
Harshit Malpani
|
437d90c408
esp_http_client: Fix redirect by resetting auth_header before parsing
|
3 лет назад |
Shubham Kulkarni
|
b4456bff97
esp_http_client: Add comment for clearing location field in esp_http_client_prepare
|
3 лет назад |
Nicklas Frahm
|
660ca96e23
esp_http_client: fix redirect by resetting location before parsing
|
3 лет назад |
Shubham Kulkarni
|
ec6f222625
esp_http_client: Add new status code 303 and 308
|
3 лет назад |
Shubham Kulkarni
|
18fa343161
esp_http_client: Cache received data in http_on_body callback.
|
4 лет назад |
Laukik Hase
|
ca84d2d6c9
esp_http_client: Added event for HTTP redirect
|
4 лет назад |
Chen Wu
|
c10683f493
http: Fix parsing invalid url cause to crash
|
4 лет назад |
xutao
|
10377ce2ff
esp_http_client: add a get HTTP client session errno api for esp_http_client
|
4 лет назад |
Shubham Kulkarni
|
5bf49e1cd6
esp_http_client: Support handling larger content lengths
|
4 лет назад |
yuanjm
|
9f875b8db5
esp_http_client: Fix HEAD request will affect the all next HTTP requests unless we close the HTTP request
|
4 лет назад |
Harshit Malpani
|
2085e4eb92
esp_http_client: apply generic error check macros
|
4 лет назад |
Derossi Carneiro Neto
|
341d3e107c
esp_http_client_cleanup, if client->transport_list was null, it generated an exception when calling esp_transport_list_destroy
|
4 лет назад |
Vikram Dattu
|
1c57dbcb3c
esp_http_client: Fixed handling of EAGAIN return
|
4 лет назад |