BackendURL returns the appBackendURL that the app handler will proxy to.
()
| 523 | |
| 524 | // BackendURL returns the appBackendURL that the app handler will proxy to. |
| 525 | func (a *Handler) BackendURL() string { |
| 526 | return a.backendURL |
| 527 | } |
| 528 | |
| 529 | var errProcessTookTooLong = errors.New("process took too long to quit") |
| 530 |