I made some code for sending data to other url and that was written with spring and java, using 'httpclient' class. About that code please check this question that I made
I have a problem with request and response of http and that was solved. My question was about http status and finally I got the truth that request doesn't carry status value.
Anyway, so I have to made some documents for our code to show to customers and I'm confused of response tab.
What I wrote is response:
[success] name = mister age = 30 [fail] name= null age = null
and my team manager want like this response:
[success] 200 success [fail] 400 error
Am I right or my boss right? But when I think, if request doesn't carry the http status value, how could I wrote like my team manager said? Or how can I write that side?