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.
Jef Roosens added the
idea
label 2022-10-29 10:17:19 +02:00
Jef Roosens added the
V
label 2022-11-02 09:38:04 +01:00
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
Jef Roosens removed the
V
label 2022-11-02 11:45:16 +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.
Jef Roosens added
enhancement
and removed
idea
labels 2022-11-02 11:47:26 +01:00
This repository is archived. You cannot comment on issues.
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.