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

HTTP: Support POST method #13

Closed
germanescobar opened this issue Nov 24, 2011 · 1 comment
Closed

HTTP: Support POST method #13

germanescobar opened this issue Nov 24, 2011 · 1 comment

Comments

@germanescobar
Copy link
Contributor

The HTTP Processor should support POST method.

@ghost ghost assigned germanescobar Nov 24, 2011
germanescobar added a commit that referenced this issue Nov 25, 2011
Issue #13: HTTP: Support POST method.
Add encoding support.
@germanescobar
Copy link
Contributor Author

Done. The following configuration attributes were added or modified:

  • method (String): GET or POST. Defaults to GET.
  • encoding String): defaults to ISO-8859-1
  • additionalParams (Map): a map of strings with additional query string.
  • basicAuth (boolean): use basic authentication? Defaults to false.
  • username (String): the username used for basic authentication. Required only if basicAuth is true.
  • password (String): the password used for basic authentication. Required only if basicAuth is true.
  • mapper (Map): changes the name of some attributes when building the query string.

arcodergh pushed a commit that referenced this issue May 3, 2016
Issue #13: HTTP: Support POST method.
Add encoding support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant