mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
29a15ccdd7
* feat(http_parser): add functions to parse raw HTTP requests and convert Request objects to raw data - Implemented `parse_raw_request` to convert raw HTTP data into a Request object, including support for headers and body. - Added `convert_request_to_raw_data` to transform a Request object back into raw HTTP data. - Created unit tests for both functions to ensure correct parsing and conversion behavior. * apply ruff