git-lfs/lfsapi
brian m. carlson 47b03957d8
lfshttp: make HTTP client take URL and return potential error
In a future commit, we'll want the HTTP client to take a URL so we can
extract the scheme.  Additionally, in some cases, specifically when a
user forces the use of HTTP/2 when it's not available, we'll need to
return an error, so return an additional error value.
2019-10-29 19:47:20 +00:00
..
auth_test.go Fix pass by reference issue in credential helper 2019-05-03 12:50:57 -04:00
auth.go lfshttp: make HTTP client take URL and return potential error 2019-10-29 19:47:20 +00:00
body.go lfsapi: Ensure requests include Content-Length header if necessary 2017-01-25 08:59:11 -07:00
client.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
endpoint_finder_test.go Accept legacy Git SSH URLs 2019-07-15 21:38:04 +00:00
endpoint_finder.go Provide support for file URLs via a transfer agent 2019-08-02 17:23:47 +00:00
lfsapi.go Use git-lfs version of go-ntlm 2019-04-01 19:00:38 +00:00
ntlm_auth_nix.go Use flag on ntlm_auth implementation to determine if SSPI should be attempted. 2019-05-03 15:36:04 -04:00
ntlm_auth_test_nix.go Use SSPI ntlm authentication on windows: 2018-02-27 17:02:57 +01:00
ntlm_auth_windows.go Use flag on ntlm_auth implementation to determine if SSPI should be attempted. 2019-05-03 15:36:04 -04:00
ntlm_test.go NTLM testing cleanup for *nix. 2019-05-03 15:49:12 -04:00
ntlm.go Fix error strings to follow Go guidelines 2019-10-22 17:33:49 +03:00
response_test.go lfsapi: introduce interface for initializing a Client 2017-10-25 15:33:20 -06:00