Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2006-11-22 17:26:56
Size: 39
Comment:
Revision 5 as of 2009-10-24 20:27:06
Size: 298
Editor: JuanDelgado
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe HttpCommandProtocol here.... HTTP commands are sent as CGI requests having the following form:

{{{
http://server.net/hgweb.cgi?cmd=foo&param1=bar
}}}

= Available commands =
 *lookup
 *heads
 *branches
 *changegroup
 *changegroupsubset
 *between
 *capabilities
 *unbundle
 *stream_out
----
CategoryInternals

HTTP commands are sent as CGI requests having the following form:

http://server.net/hgweb.cgi?cmd=foo&param1=bar

Available commands

  • lookup
  • heads
  • branches
  • changegroup
  • changegroupsubset
  • between
  • capabilities
  • unbundle
  • stream_out


CategoryInternals

HttpCommandProtocol (last edited 2022-05-27 06:29:35 by aayjaychan)