Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2008-09-22 07:19:39
Size: 145
Comment: add to CategoryInternals
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:
HTTP commands are sent as CGI requests having the following form:

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

= Available commands =

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)