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

Provide default request-format #32

Open
superstructor opened this issue May 14, 2019 · 1 comment
Open

Provide default request-format #32

superstructor opened this issue May 14, 2019 · 1 comment
Milestone

Comments

@superstructor
Copy link
Contributor

Same as #4 except for :format instead of :response-format.

If not provided when doing a POST (for example) get a 'unrecognized request format nil' exception.

@superstructor superstructor self-assigned this May 14, 2019
superstructor added a commit to superstructor/re-frame-http-fx that referenced this issue May 15, 2019
In preperation for breaking API changes in the next release that are
required for day8#7, day8#32 and day8#33 new fx keywords will be introduced.
superstructor added a commit to superstructor/re-frame-http-fx that referenced this issue May 15, 2019
In preperation for breaking API changes in the next release that are
required for day8#4, day8#7 and day8#32 new fx keywords will be introduced.
superstructor added a commit to superstructor/re-frame-http-fx that referenced this issue May 15, 2019
In preperation for breaking API changes in the next release that are
required for day8#4, day8#7 and day8#32 new fx keywords will be introduced.
superstructor added a commit to superstructor/re-frame-http-fx that referenced this issue May 15, 2019
In preperation for breaking API changes in the next release that are
required for day8#4, day8#7 and day8#32 new fx keywords will be introduced.
@superstructor superstructor added this to the 0.2.0 milestone May 15, 2019
@superstructor superstructor modified the milestones: 0.2.0, 0.3.0 Nov 6, 2020
@superstructor superstructor removed their assignment Nov 6, 2020
@sirmspencer
Copy link

You need to use :body if you dont include a :format. The request ends up as edn, so I also stick this in. :headers {:content-type "application/edn"}

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

No branches or pull requests

2 participants