# Context Currently, the library only supports clone and push operations. The HTTP interface has more endpoints, among others, See [http-backend.c](https://github.com/git/git/blob/f9b95943b68b6b8ca5a6072f50a08411c6449b55/http-backend.c#L707-L721) # TODO - [ ] demonstrate how to use it as part of an example as well as test
Context
Currently, the library only supports clone and push operations. The HTTP interface has more endpoints, among others, See http-backend.c
TODO