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

Add forms in body_format and PUT in VALID_VERBS #28

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

Conversation

MikeKemmerer
Copy link

Adding support for a body_format value of 'form' to support content-type: application/x-www-form-urlencoded until the body_format config is removed in favor of content_type.

Adding support for a body_format value of 'form' to support content-type: application/x-www-form-urlencoded until the body_format config is removed in favor of content_type.
@MikeKemmerer
Copy link
Author

ELASTIC_STACK_VERSION=8.0.0-SNAPSHOT test environment appears to be broken

Part of a previous request: add PUT to the VALID_VERBS list.
Copy link
Author

@MikeKemmerer MikeKemmerer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added PUT to the list of VALID_VERBS as well

Updated documentation to reflect addition of 'PUT' verb and 'form' body_format
@MikeKemmerer MikeKemmerer changed the title adding support for forms adding support for forms in body_format and PUT in VALID_VERBS Jan 26, 2021
@MikeKemmerer MikeKemmerer changed the title adding support for forms in body_format and PUT in VALID_VERBS Add forms in body_format and PUT in VALID_VERBS Jan 26, 2021
@kares
Copy link

kares commented Mar 16, 2021

Thanks Mike, this is looking good. Any chance on writing a naive test for the change?
Also we could use a version bump and a changelog entry.

@kares
Copy link

kares commented Dec 6, 2021

PUT request shipped at #34, there's more in this PR however it seems stale

@MikeKemmerer
Copy link
Author

Unfortunately, I'm no good at writing tests. FWIW, I've got my fork running safely in an enterprise environment with no issues :-)

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

Successfully merging this pull request may close these issues.

3 participants