support returning msgpack format #279

Open
opened 2022-10-29 10:17:19 +02:00 by Jef Roosens · 2 comments
Owner

I noticed V 0.3.2 will bring support for msgpack, which is apparently a more compact serialisation format. It might be fun to support this with the Vieter API, and speed up requests just a bit. This should be quite easy to do using the Accept & Content-Type HTTP headers.

It would probably be best to still return JSON by default, and just have msgpack be an option "hidden" behind an Accept header.

I noticed V 0.3.2 will bring support for [msgpack](https://msgpack.org/), which is apparently a more compact serialisation format. It might be fun to support this with the Vieter API, and speed up requests just a bit. This should be quite easy to do using the `Accept` & `Content-Type` HTTP headers. It would probably be best to still return JSON by default, and just have msgpack be an option "hidden" behind an `Accept` header.
Author
Owner

Seems it didn't make it into the release after all.

Seems it didn't make it into the release after all.
Jef Roosens changed title from msgpack support to support returning msgpack format 2022-11-02 11:44:38 +01:00
Author
Owner

I'm splitting this issue in two, as it seems the msgpack module is not yet complete for decoding.

I'm splitting this issue in two, as it seems the `msgpack` module is not yet complete for decoding.
Commenting is not possible because the repository is archived.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
vieter-v/vieter#279
No description provided.