Tracing GET request for Object
Hi,
I am trying to understand object server code. I understood PUT request completely. It uses os.write to write the content of objects.
I was not able to understand How GET Request sends the object data. Where the content of object gets read from disk? Can anyone point to the particular function.?
Any help is appreciated. Thanks!