| Interface | Description |
|---|---|
| HttpBasedAuthentication |
A specialized
Authentication that defines HTTP specific callbacks for
Authentications. |
| Class | Description |
|---|---|
| CurlHttpDeployer |
An implementation of
HttpDeployer that runs
a curl process on the target platform to pull the artifacts
from the HTTP server. |
| HttpDeployer |
A base class for
Deployers that use HTTP
as a file transfer mechanism. |
| HttpDeployer.ArtifactsHandler |
A
HttpHandler implementation that serves a list
of DeploymentArtifacts as files. |
| HttpDeployer.BufferSize |
An
Option for the HttpDeployer.BufferSize. |
| WGetHttpDeployer |
An implementation of
HttpDeployer that runs
a wget process on the target platform to pull the artifacts
from the HTTP server. |
| Enum | Description |
|---|---|
| HttpAuthenticationType |
An enumeration of possible HTTP authentication types.
|
Copyright © 2017. All rights reserved.