How to easily check if a request's body is empty #2672
Answered
by
sfackler
LukasKalbertodt
asked this question in
Q&A
-
Hi there! I'm not interested in the body's contents, I just want to know whether it is empty.
So yes: how to easily check whether a request's body is empty? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
sfackler
Oct 21, 2021
Replies: 1 comment 2 replies
-
The body is empty if data returns none. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
LukasKalbertodt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The body is empty if data returns none.