I'm using httputils2 with a REST Web Service (Web Api actually). I need to get the response codes after the job completes.
Our Rest Service used Response Status Codes like:
200 - ok
201 - Created
202 - Accepted
etc.
I don't see them anywhere or I'm missing it.
Thanks
Our Rest Service used Response Status Codes like:
200 - ok
201 - Created
202 - Accepted
etc.
I don't see them anywhere or I'm missing it.
Thanks