Skip to content

Add PATCH support and improve configuration, typing, and path handling - #41

Merged
szeka9 merged 4 commits into
mainfrom
development
Jul 27, 2026
Merged

Add PATCH support and improve configuration, typing, and path handling#41
szeka9 merged 4 commits into
mainfrom
development

Conversation

@szeka9

@szeka9 szeka9 commented Jul 27, 2026

Copy link
Copy Markdown
Owner

No description provided.

szeka9 added 4 commits July 27, 2026 18:29
PATCH is missing from currently recognized HTTP methods.
This change adds PATCH to the list of supported  methods
and updates the documentation.
pyrobusta.utils.config unnecessarily stores configuration keys alongside
values in the lookup list. Remove the embedded keys and use the fixed
configuration index set instead.

Disable dynamically added configuration keys and only allow the keys
defined at initialization.

Expose new configuration parameters for TLS certificate and private key.
Expect byte inputs for cryptographic primitives and
add missing type hints.
When installing WWW assets, normalize the root directory
for directory creation. Add a functional test to ensure that
install_www() works correctly.
@szeka9
szeka9 merged commit 070f431 into main Jul 27, 2026
1 check passed
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