Module http

Module http 

Source
Expand description

Git smart HTTP protocol handlers

Implements:

  • GET /info/refs?service=git-upload-pack
  • GET /info/refs?service=git-receive-pack
  • POST /git-upload-pack
  • POST /git-receive-pack

Enums§

Service
Service types

Functions§

handle_info_refs
Handle GET /info/refs?service=git-upload-pack or git-receive-pack
handle_receive_pack
Handle POST /git-receive-pack (client wants to push)
handle_upload_pack
Handle POST /git-upload-pack (client wants to fetch)