Skip to content

detect-response-format does not respect :type of :response-format #278

Open
@jtkDvlp

Description

detect-response-format does not respect :type of sub :response-format. As you can see here

(.setResponseType this (name response-type)))
the response type is set at creation not resolving the type of response-format. This can cause pr/-body to return the wrong data type.

Further more the content-type of detect-response-format (*/*) is used in addition to the content types of response-format. I thought it would only use the types of response-format?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions