This is the multi-page printable view of this section.
Click here to print.
Return to the regular view of this page.
Http server
Simple http server
1 - al_http_server_binary
al_http_server_binary
load("@com_alwaldend_src//bzl/rules/http_server:al_http_server_binary.bzl", "al_http_server_binary")
al_http_server_binary(name, srcs, arguments)
Run a http server
ATTRIBUTES
| Name |
Description |
Type |
Mandatory |
Default |
| name |
A unique name for this target. |
Name |
required |
|
| srcs |
Files to symlink |
List of labels |
optional |
[] |
| arguments |
Arguments |
List of strings |
optional |
[] |