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)