Package org.eclipse.jgit.http.server
package org.eclipse.jgit.http.server
-
ClassDescriptionParses Git client User-Agent strings.Dumps a file over HTTP GET (or its information via HEAD).Handles Git repository access over HTTP.Handles Git repository access over HTTP.Utility functions for handling the Git-over-HTTP protocol.Translation bundle for JGit http serverSends the current list of pack files, sorted most recent first.Send a complete list of current refs, including peeled values for tags.Requires the target
Repository
to be available via local filesystem.Add HTTP response headers to prevent caching by proxies/browsers.Sends any object fromGIT_DIR/objects/??/0 38
, or any pack file.Handle git-receive-pack errors.Process a git-receive-pack request.Server side implementation of smart push over HTTP.Open a repository named by the path info throughRepositoryResolver
.Common utility functions for servlets.Buffers a response, trying to gzip it if the user agent supports that.Filter in front ofInfoRefsServlet
to catch smart service requests.Sends a small text meta file from the repository.Handle git-upload-pack errors.Process a git-upload-pack request.Server side implementation of smart fetch over HTTP.