|
> GET /hello/foo/info/refs?service=git-receive-pack HTTP/1.1 |
|
Host: localhost:8080 |
|
User-Agent: git/2.14.1.windows.1 |
|
Accept: */* |
|
Accept-Encoding: gzip |
|
Pragma: no-cache |
|
|
|
< HTTP/1.1 301 Moved Permanently |
|
< Date: Fri, 18 Aug 2017 09:43:03 GMT |
|
< Set-Cookie: JSESSIONID=179zdtukwgx6hdpbvr3zvbnu0;Path=/;HttpOnly |
|
< Expires: Thu, 01 Jan 1970 00:00:00 GMT |
|
< Location: http://localhost:8080/git/hello/foo/info/refs?service=git-receive-pack |
|
< Content-Type: text/html; charset=UTF-8 |
|
< Content-Length: 0 |
|
< Server: Jetty(9.2.1.v20140609) |
|
< |
|
> GET /git/hello/foo/info/refs?service=git-receive-pack HTTP/1.1 |
|
Host: localhost:8080 |
|
User-Agent: git/2.14.1.windows.1 |
|
Accept: */* |
|
Accept-Encoding: gzip |
|
Pragma: no-cache |
|
|
|
< HTTP/1.1 401 Unauthorized |
|
< Date: Fri, 18 Aug 2017 09:43:03 GMT |
|
< WWW-Authenticate: BASIC realm="GitBucket" |
|
< Content-Type: text/html; charset=ISO-8859-1 |
|
< Cache-Control: must-revalidate,no-cache,no-store |
|
< Content-Length: 313 |
|
< Server: Jetty(9.2.1.v20140609) |
|
< |
|
> GET /git/hello/foo/info/refs?service=git-receive-pack HTTP/1.1 |
|
Host: localhost:8080 |
|
Authorization: Basic cm9vdDpyb290 |
|
User-Agent: git/2.14.1.windows.1 |
|
Accept: */* |
|
Accept-Encoding: gzip |
|
Pragma: no-cache |
|
|
|
< HTTP/1.1 200 OK |
|
< Date: Fri, 18 Aug 2017 09:43:04 GMT |
|
< Expires: Fri, 01 Jan 1980 00:00:00 GMT |
|
< Pragma: no-cache |
|
< Cache-Control: no-cache, max-age=0, must-revalidate |
|
< Content-Type: application/x-git-receive-pack-advertisement |
|
< Content-Length: 191 |
|
< Server: Jetty(9.2.1.v20140609) |
|
< |
|
warning: redirecting to http://localhost:8080/git/hello/foo/ |
|
remote: Updating references: 100% (1/1) |
|
> POST /git/hello/foo/git-receive-pack HTTP/1.1 |
|
Host: localhost:8080 |
|
Authorization: Basic cm9vdDpyb290 |
|
User-Agent: git/2.14.1.windows.1 |
|
Accept-Encoding: gzip |
|
Content-Type: application/x-git-receive-pack-request |
|
Accept: application/x-git-receive-pack-result |
|
Content-Length: 460 |
|
|
|
< HTTP/1.1 200 OK |
|
< Date: Fri, 18 Aug 2017 09:43:04 GMT |
|
< Expires: Fri, 01 Jan 1980 00:00:00 GMT |
|
< Pragma: no-cache |
|
< Cache-Control: no-cache, max-age=0, must-revalidate |
|
< Content-Type: application/x-git-receive-pack-result |
|
< Transfer-Encoding: chunked |
|
< Server: Jetty(9.2.1.v20140609) |
|
< |
|
To http://localhost:8080/hello/foo |
|
92af78f..ef19f96 master -> master |