提交历史

作者 SHA1 备注 提交日期
  Shubham Kulkarni 90218b4e9b Add options for esp_http_client and esp_websocket_client to support keepalive 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 年之前
  Shubham Kulkarni 890f541edf esp_http_client: Add API to get URL from client 6 年之前
  Shubham Kulkarni 4858184e19 esp_http_client: Add helper API to read larger data chunks from HTTP Stream 6 年之前
  Axel Lin 489c815eb8 esp_http_client: add esp_http_client_set_authtype function 6 年之前
  Aidan Cyr 5f6fd238b6 fix: esp_http_client and esp_https_ota can follow 307 Redirects 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 年之前
  Oleg Antonyan bd4591b053 esp_http_client: separate buffer_size config option for transmit 7 年之前
  Jitin George ab6dd36243 esp_http_client: Add support to disable validation of certificate's CN field 7 年之前
  Angus Gratton b6a24bbd25 Merge branch 'feature/esp-https-ota-basic-auth' into 'master' 7 年之前
  Jitin George 4e6d39f009 esp-http-client: Fix incorrect event name HTTP_EVENT_HEADER_SENT 7 年之前
  Jitin George 86e1fc564e esp_http_client: Add API for adding authorization info 7 年之前
  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 年之前
  Roland Dobai 74dd9b4f5f esp_http_client: fix CI issues & return value 7 年之前
  Nguyễn Hồng Quân 4a6c5032f4 Fix: Lost username when setting new URL with a path. 7 年之前
  Mahavir Jain 27e00cf7aa esp_http_client: add support for using certs from global ca store 7 年之前
  Anders Kalør 8b72dc9fb0 esp_http_client: Add support for mutual authentication 7 年之前
  Jitin George 3551b84c3a esp_http_client: Fix crash in async mode 7 年之前
  Jitin George 5309ca04d1 esp_http_client: Add support for non-blocking feature in esp_http_client_perform() API 7 年之前
  Tuan PM 738d49e02b esp_http_client: add support OPPTIONS/SUB/UNSUB/NOTIFY methods 7 年之前
  Ivan Grokhotkov ee3f64cbad Merge branch 'feature/http_client_head' into 'master' 7 年之前
  Jitin George 2d79af3b13 esp_http_client: Add support for getting transport type 7 年之前
  Jason Kölker 483c3d7a7b esp_http_client: add head method support 7 年之前
  Jitin George 9ae3df7ec2 esp_http_client: Fix content-type header overwritten by esp_http_client_set_post_field 8 年之前
  Tuan PM f2aea4f5b6 Add http status enum & return ESP_FAIL as error code 8 年之前
  Tuan PM ff528d13c7 Add esp_http_client 8 年之前