Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🦍Refactor: Enhance Unified Post Method: Intelligent Content-Type Handling #110

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

mohamedmamdouh22
Copy link
Collaborator

@mohamedmamdouh22 mohamedmamdouh22 commented Jan 23, 2025

  • Added intelligent content-type detection for request data serialization
  • Automatically json.dumps() only when content-type is application/json
  • Preserves form-encoded data in original dictionary format

Important

Enhanced post method in impl.py for intelligent content-type handling and updated project version to 0.59.6.

  • Behavior:
    • Enhanced post method in impl.py to intelligently handle content-type.
    • Automatically applies json.dumps() to data if content-type is application/json.
    • Preserves form-encoded data in its original dictionary format.
  • Version Updates:
    • Updated version in pyproject.toml and uv.lock from 0.59.5 to 0.59.6 for harambe-core and harambe-sdk.

This description was created by Ellipsis for c8d325c. It will automatically update as commits are pushed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant