Metadata-Version: 2.4
Name: httprequestor
Version: 0.1.2
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file

# HTTPRequestor Package

## Overview
This is a package that helps you with a consistent response from urllib3.

## Creating Request
Example coming soon

## TODO
- Create an error when assigning body, fields, and files
- Add reset function to reset all values when building a new request (Or improved why of doing this).
- Change body parsing in the model to allow when response does not have a body

## Releases
Showing the last 10 releases updates here. Please see `CHANGELOG.md` for all versions and changes

### v0.1.3 - In Progress

### v0.1.2 - 2025-04-28
- Moved TODO to README.md file
- Added string for printing the response class value
- Added fields to body of making a request for fields and forms
- Added if response is JSON, decode, else return 'Raw' response
- Added CHANGELOG.md file for all versions and changes

### v0.1.1 - 2025-04-11
- Initial release

### v0.1.0 - 2025-04-11
- Created the project
