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

Added customization methods for global Query and Header parameters #428

Merged
merged 8 commits into from Feb 7, 2014

Conversation

Chris-V
Copy link
Member

@Chris-V Chris-V commented Feb 7, 2014

The accepted values are static for now. Provided values are planned for the next iteration.

public class RestDispatchAsyncModuleBuilder extends AbstractDispatchAsyncModule.Builder {
String xsrfTokenHeaderName = RestDispatchAsyncModule.DEFAULT_XSRF_NAME;
Class<? extends Serialization> serializationClass = JsonSerialization.class;
int requestTimeoutMs = 0;
Copy link
Member

Choose a reason for hiding this comment

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

why all package private?

@christiangoudreau
Copy link
Member

Small nit then LGTM

Chris-V added a commit that referenced this pull request Feb 7, 2014
Added customization methods for global Query and Header parameters
@Chris-V Chris-V merged commit eb631d8 into master Feb 7, 2014
@Chris-V Chris-V deleted the cv_rest_global_header_params branch February 7, 2014 19:42
Chris-V added a commit that referenced this pull request Apr 4, 2014
Added customization methods for global Query and Header parameters
hpehl pushed a commit to hpehl/GWTP that referenced this pull request Dec 9, 2014
Added customization methods for global Query and Header parameters


Former-commit-id: 1ef457f
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.

None yet

2 participants