masroore / CurlSharp

CurlSharp - .Net binding and object-oriented wrapper for libcurl.
BSD 3-Clause "New" or "Revised" License
182 stars 71 forks source link

Response code confusion #43

Closed joshuasm closed 6 years ago

joshuasm commented 6 years ago

Hi,

I have been using the CurlSharp Library for some time now and Ive noticed I get a response code of 200 on a successful HttpGet. I am a bit confused as to what this means exactly other than(from what I can Guess) is the HTTPGET was successful.

I have looked at the enums but haven't found any 200.

do you mind explaining it?

masroore commented 6 years ago

cURL HTTP API returns standard HTTP status codes.

You may also want to peruse RFC 2616 for further details.