Expand description
HTTP transport adapter that wires request parsing and content negotiation onto the generic
GitProtocol, exposing helpers for info/refs, upload-pack, and receive-pack endpoints.
Structs§
- Http
GitHandler - HTTP Git protocol handler
- Info
Refs Params - Parameters for git info-refs request
Functions§
- extract_
repo_ path - Extract repository path from HTTP request path
- get_
advertisement_ content_ type - Get content type for Git HTTP info/refs advertisement
- get_
content_ type - HTTP-specific utility functions Get content type for Git HTTP responses
- get_
service_ from_ query - Get Git service from query parameters
- is_
git_ request - Check if request is a Git smart protocol request