Skip to content

Support comma separated slices #2

Open
@Southclaws

Description

@Southclaws

I started using this for a PHP endpoint that only accepts "arrays" as comma-separated items instead of multiple instances of the same parameter.

So currently, given a type T, []string{"a", "b"} turns into: ?t=a&t=b.

But it would be great to have the option of turning this into: ?t=a,b.

I can submit a PR for this as I plan to fork and implement this for my own usage anyway.

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