Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Remove String requirement for 'data' parameter on Http shortcut methods #1051

@xose

Description

@xose

The Http.call() method does not have any restriction on the type of the 'data' parameter. This allows interceptors to serialize any data type into any format (by default JSON). But the shortcut methods (post(), put(), ...) impose a String restriction, forcing serialization to be done before calling the method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions