Updated TODO. |
|
More...
|
about 12 years ago
|
Updated history. |
|
More...
|
about 12 years ago
|
Merge pull request #10 from izrik/binary-body |
|
More...
|
about 12 years ago
|
Updated TODO |
|
More...
|
about 12 years ago
|
Moved DeproxyHttpRequest.groovy to the proper folder. |
|
More...
|
about 12 years ago
|
Commented-out references to chunked encoding, as that feature is not implemented yet. |
|
More...
|
about 12 years ago
|
Ignored tests for chunked encoding, as that functionality isn't implemented yet. |
|
More...
|
about 12 years ago
|
Merge pull request #9 from izrik/port-finder |
|
More...
|
about 12 years ago
|
Extracted the adding of default request headers out to a DefaultClientConnector class, and used it as the default. |
|
More...
|
about 12 years ago
|
Updated TODO. |
|
More...
|
about 12 years ago
|
Extracted header writing code out to its own class. |
|
More...
|
about 12 years ago
|
A little cleanup. |
|
More...
|
about 12 years ago
|
Added the UnbufferedStreamReader class. Replaced all BufferedReaders and InputStreamReader with UnbufferedStreamReader. Extracted header reading code to its own HeaderReader class. |
|
More...
|
about 12 years ago
|
Deprecated SocketReader and SocketWriter. |
|
More...
|
about 12 years ago
|
Extracted body-writing code out to its own BodyWriter class. |
|
More...
|
about 12 years ago
|
Extracted the readLine method to its own class. |
|
More...
|
about 12 years ago
|
Extracted the readBody method to a new BodyReader class. |
|
More...
|
about 12 years ago
|
Partial server-side support for bodies. |
|
More...
|
about 12 years ago
|
Made readBody take the input stream and use its own reader. |
|
More...
|
about 12 years ago
|
Pushed the reader down to parseRequest. |
|
More...
|
about 12 years ago
|
Pass the socket's input stream down from processNewConnection all the way to parseRequest. |
|
More...
|
about 12 years ago
|
Renamed test methods. |
|
More...
|
about 12 years ago
|
Cleanup |
|
More...
|
about 12 years ago
|
Made the body field a def instead of String. Cleaned up default value calculation. |
|
More...
|
about 12 years ago
|
Client-side support for sending a byte array for a body, instead of just a string. |
|
More...
|
about 12 years ago
|
Made the body field a def instead of String. Cleaned up default value calculation. |
|
More...
|
about 12 years ago
|
Fixed content types. |
|
More...
|
about 12 years ago
|
Added tests for binary data. |
|
More...
|
about 12 years ago
|
Cleaned up default request headers. |
|
More...
|
about 12 years ago
|
Added a toString method override. |
|
More...
|
about 12 years ago
|