semaphoreio/semaphore

Add missing `Content-Type` headers in public api

Offen

#372 geöffnet am 09.06.2025

 (3 Kommentare) (0 Reaktionen) (2 zugewiesene Personen)Elixir (77 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (1.519 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T 15h) (40 gemergte PRs in 30 T)

Beschreibung

Is your improvement proposal related to a problem? Please describe.

Currently, only some responses from the public API have a Content-Type header set. This can lead to issues when the requester expects a specific content type and it is not provided.

Describe the solution you'd like

Add Content-Type headers to all responses from the public API, ensuring that they are set to the appropriate type based on the content being returned (e.g., application/json for JSON responses).

Describe alternatives you've considered

No response

Additional context

Contributor Guide