-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
ipfs object get --encoding=protobuf
HTTP response returns wrong content type
#2469
Labels
Comments
This should be fixed before merging ipfs-inactive/http-api-spec#32. |
Blocking ipfs-inactive/http-api-spec#67. |
Stebalien
added a commit
to Stebalien/go-ipfs
that referenced
this issue
Mar 30, 2016
It used to default to `application/json` but is now correctly set to `application/protobuf`. fixes ipfs#2469 License: MIT Signed-off-by: Steven Allen <[email protected]>
Stebalien
added a commit
to Stebalien/go-ipfs
that referenced
this issue
Mar 30, 2016
It used to default to `application/json` but is now correctly set to `application/protobuf`. fixes ipfs#2469 License: MIT Signed-off-by: Steven Allen <[email protected]>
Stebalien
added a commit
to Stebalien/go-ipfs
that referenced
this issue
Mar 30, 2016
It used to default to `application/json` but is now correctly set to `application/protobuf`. fixes ipfs#2469 License: MIT Signed-off-by: Steven Allen <[email protected]>
Stebalien
added a commit
to Stebalien/go-ipfs
that referenced
this issue
Mar 31, 2016
It used to default to `application/json` but is now correctly set to `application/protobuf`. fixes ipfs#2469 License: MIT Signed-off-by: Steven Allen <[email protected]>
Stebalien
added a commit
to Stebalien/go-ipfs
that referenced
this issue
Mar 31, 2016
It used to default to `application/json` but is now correctly set to `application/protobuf`. fixes ipfs#2469 License: MIT Signed-off-by: Steven Allen <[email protected]>
Stebalien
added a commit
to Stebalien/go-ipfs
that referenced
this issue
Mar 31, 2016
It used to default to `application/json` but is now correctly set to `application/protobuf`. fixes ipfs#2469 License: MIT Signed-off-by: Steven Allen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The
Content-Type
should beapplication/protobuf
, notapplication/json
.The text was updated successfully, but these errors were encountered: