Azure / Azure/azure-functions-python-library

Support HTTPStatus IntEnum for status code return values.

Aperta
#163 3 commenti 0 reazioni 1 assegnatario Rivendicata da @ramya894 Vedi su GitHub
Lingua principale
Python
Stelle
179
Fork
79
Merge medio
2g 8h
PR unite (30g)
2

Descrizione

I wound up using the `HTTPStatus` IntEnum for a status code in my `func.HttpResponse` returns but noticed the actual web response I was getting was always 200, even when doing something like `status_code=HTTPStatus.BAD_REQUEST`.

Just to verify, I did confirm that returning `int(HTTPStatus.BAD_REQUEST)` on my side of things seemed to fix. So maybe this is addressable in the azure-functions-python-library code (not even sure if it is a worker thing in the first place).

Minor, but it would be convenient to be able to use HTTPStatus. Thought I'd suggest the enhancement since it caused me some head scratching to figure out why I was getting 200's that didn't make sense and it should be an easy tweak.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.