##// END OF EJS Templates
http-app: simplify detection of chunked encoding....
http-app: simplify detection of chunked encoding. - since we now properly use chunked requests git client reports this in nicer way. we no longer need to rely on hacks to detect chunked streams.

File last commit:

r1409:c1ce56be default
r1643:ae28d33d default
Show More
index.rst
22 lines | 561 B | text/x-rst | RstLexer

VCS client and VCSServer integration

Enterprise uses the VCSServer as a backend to provide version control functionalities. This section describes the components in Enterprise which talk to the VCSServer.

The client library is implemented in :mod:`rhodecode.lib.vcs`. For HTTP based access of the command line clients special middlewares and utilities are implemented in :mod:`rhodecode.lib.middleware`.