Commit History

Author SHA1 Message Date
  Shubham Kulkarni 9933037c0d Add options for esp_http_client and esp_websocket_client to support keepalive 5 years ago
  Scott Shell 3f32d1020d Make the UserAgent string in esp-http-client configurable 5 years ago
  Shubham Kulkarni bffeb8705c esp_http_client: Skip check for redirection counter if status code is success. 5 years ago
  Axel Lin 489c815eb8 esp_http_client: add esp_http_client_set_authtype function 6 years ago
  Aidan Cyr 5f6fd238b6 fix: esp_http_client and esp_https_ota can follow 307 Redirects 6 years ago
  ganeshlandge 9fd16c6a5f fixes : set_url discards username and password 6 years ago
  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 years ago
  Oleg Antonyan bd4591b053 esp_http_client: separate buffer_size config option for transmit 7 years ago
  Jitin George ab6dd36243 esp_http_client: Add support to disable validation of certificate's CN field 7 years ago
  Angus Gratton b6a24bbd25 Merge branch 'feature/esp-https-ota-basic-auth' into 'master' 7 years ago
  Jitin George 4e6d39f009 esp-http-client: Fix incorrect event name HTTP_EVENT_HEADER_SENT 7 years ago
  Jitin George 86e1fc564e esp_http_client: Add API for adding authorization info 7 years ago
  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 7 years ago
  Roland Dobai 74dd9b4f5f esp_http_client: fix CI issues & return value 7 years ago
  Nguyễn Hồng Quân 4a6c5032f4 Fix: Lost username when setting new URL with a path. 7 years ago
  Mahavir Jain 27e00cf7aa esp_http_client: add support for using certs from global ca store 7 years ago
  Anders Kalør 8b72dc9fb0 esp_http_client: Add support for mutual authentication 7 years ago
  Jitin George 3551b84c3a esp_http_client: Fix crash in async mode 7 years ago
  Jitin George 5309ca04d1 esp_http_client: Add support for non-blocking feature in esp_http_client_perform() API 7 years ago
  Tuan PM 738d49e02b esp_http_client: add support OPPTIONS/SUB/UNSUB/NOTIFY methods 7 years ago
  Ivan Grokhotkov ee3f64cbad Merge branch 'feature/http_client_head' into 'master' 7 years ago
  Jitin George 2d79af3b13 esp_http_client: Add support for getting transport type 7 years ago
  Jason Kölker 483c3d7a7b esp_http_client: add head method support 8 years ago
  Jitin George 9ae3df7ec2 esp_http_client: Fix content-type header overwritten by esp_http_client_set_post_field 8 years ago
  Tuan PM f2aea4f5b6 Add http status enum & return ESP_FAIL as error code 8 years ago
  Tuan PM ff528d13c7 Add esp_http_client 8 years ago