masroore / CurlSharp

CurlSharp - .Net binding and object-oriented wrapper for libcurl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Response code confusion

joshuasm opened this issue · comments

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?

cURL HTTP API returns standard HTTP status codes.

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