Differences between revisions 4 and 5
Revision 4 as of 2009-05-19 19:31:00
Size: 145
Editor: localhost
Comment: converted to 1.6 markup
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)