Skip to main content

serviceRespond

Callable


  • execute given git operation and respond


    Parameters

    • dup: HttpDuplex | Git

      duplex object to catch errors

    • service: ServiceString

      the method that is responding infoResponse (push, pull, clone)

    • repoLocation: string

      the repo path on disk

    • res: ServerResponse

      http response

    Returns void