Commit Graph

14 Commits

Author SHA1 Message Date
Ankit Mahato
625254b20f Refactor auth handling in HTTP request functions
Removed redundant AuthModel parameter from sendHttpRequest and streamHttpRequest functions, now using authModel from HttpRequestModel directly. Updated all usages, tests, and related logic to reflect this change. Improved streaming response handling in CollectionStateNotifier and HttpResponseModel.
2025-08-06 02:42:23 +05:30
Ankit Mahato
f4e0f82125 Merge branch 'main' into better_networking/sse 2025-08-05 06:18:21 +05:30
Udhay-Adithya
d5ca13b356 feat: enhance JWT support with private key handling and additional algorithms 2025-07-06 12:19:27 +05:30
Manas Hejmadi
6bcc855d06 streamHttpRequest: replaced string buffering with chunk_expansion 2025-07-04 02:31:42 +05:30
Manas Hejmadi
2ab6de6a62 Refactored makeStreamedRequest out & replaced sendHttpRequest underlying code 2025-07-03 19:27:49 +05:30
Udhay-Adithya
92af4fba77 feat: add digest authentication 2025-07-03 19:24:56 +05:30
Udhay-Adithya
6c5862cd85 refactor: move authModel to HttpRequestModel 2025-07-03 12:12:18 +05:30
Udhay-Adithya
a11c833822 refactor: move auth models to better_networking package 2025-07-02 22:07:47 +05:30
Udhay-Adithya
bf170e1446 feat: remove AuthModel from HttpRequestModel and integrate into HistoryRequestModel and RequestModel 2025-07-01 01:15:55 +05:30
Manas Hejmadi
97db38a42d Added SSE ability to HTTPS method (fusion) 2025-06-29 16:58:52 +05:30
Ankit Mahato
39cd3a7e26 Rebuild models 2025-06-29 06:00:21 +05:30
Manas Hejmadi
1b64d05fc5 refactor: formatting action revert 2025-06-22 21:28:43 +05:30
Manas Hejmadi
bb837f4f55 better_networking & apidash_core: fixed package exports 2025-06-18 01:24:51 +05:30
Manas Hejmadi
6558a4028e apidash_core: contents moved into better_networking package 2025-06-17 23:55:16 +05:30