Commit Verlauf

Autor SHA1 Nachricht Datum
  Shubham Kulkarni 7600869c35 esp_http_client: Cache received data in http_on_body callback. vor 4 Jahren
  Chen Wu bd9ee38f3c http: Fix parsing invalid url cause to crash vor 4 Jahren
  xutao 5c08cd3fe1 esp_http_client: add a get HTTP client session errno API for esp_http_client(backport v4.4) vor 4 Jahren
  yuanjm 9705ea5e97 esp_http_client: Fix HEAD request will affect the all next HTTP requests unless we close the HTTP request vor 4 Jahren
  Derossi Carneiro Neto 341d3e107c esp_http_client_cleanup, if client->transport_list was null, it generated an exception when calling esp_transport_list_destroy vor 4 Jahren
  Vikram Dattu 1c57dbcb3c esp_http_client: Fixed handling of EAGAIN return vor 4 Jahren
  Jon Maloney c8b7f7a5d3 esp_http_client: Support client key password for HTTPS connections. vor 4 Jahren
  yuanjm fc8668a739 esp_http_client: Fix disable CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS will build error vor 4 Jahren
  yuanjm 981287900e esp_http_client: Support HTTP_EVENT_ERROR event vor 4 Jahren
  yuanjm 02367b44ef esp_http_client: Fix when receive FIN, close the connection in internal. vor 4 Jahren
  Jan Brudny 967e057906 esp-tls, esp_http_client and esp_http_server: update copyright notice vor 4 Jahren
  0xFEEDC0DE64 0f3ad80a99 const corrections for esp_http_client_set_password() vor 4 Jahren
  yuanjm 754ec7b278 esp_http_client: Add API to set http client timeout value vor 4 Jahren
  Shubham Kulkarni b148433fbd esp_http_client_read: Add check for esp_http_client_is_complete_data_received before returning ESP_FAIL vor 4 Jahren
  Aditya Patwardhan f66bdf1233 esp_http_client: Enable support of crt_bundle in esp_http_client vor 4 Jahren
  Shubham Kulkarni 1bacc13628 esp_http_client: Do not overwrite HTTP method in case of chunk request vor 4 Jahren
  Shubham Kulkarni 4f6e0c1d27 esp_http_client: Add config option for HTTP Digest auth vor 4 Jahren
  0xFEEDC0DE64 a9c6fbe8d3 Added cert and key length options vor 5 Jahren
  yuanjm c79a907e4f components: Remove repeated keep alive function by ssl layer function vor 5 Jahren
  yuanjm bead3599ab components: Support bind socket to specified interface in esp_http_client and esp_websocket_client component vor 5 Jahren
  yuanjm e309a0ea6f esp_http_client: Optimize code structure vor 5 Jahren
  Clickau 308c31e2f1 esp_http_client: fix truncated headers vor 5 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