Skip to content

cf curl support reading HTTP request body data from a file #629

@dmikusa

Description

@dmikusa

At the moment, it seems like cf curl only supports -d which is a command line argument for setting the HTTP request body. In cases where the request body is large it's not practical to set as a command line argument or you might get "arg list too long" error depending on the OS.

It would be nice if cf curl supported something similar to curl where you can do -d @file-name and have it read the request body from the file instead of from the argument.

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