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 []

2 - Bazel targets

NameInfo
al_http_server_binary
locationbzl/rules/http_server/BUILD.bazel:11:19
name//bzl/rules/http_server:al_http_server_binary
ruleClassbzl_library
visibility
  • //visibility:public
al_http_server_binary.stardoc
locationbzl/rules/http_server/BUILD.bazel:11:19
name//bzl/rules/http_server:al_http_server_binary.stardoc
ruleClassgenrule
ruleOutput
  • //bzl/rules/http_server:al_http_server_binary.stardoc.md
visibility
  • //visibility:private
al_http_server_binary.stardoc_raw
locationbzl/rules/http_server/BUILD.bazel:11:19
name//bzl/rules/http_server:al_http_server_binary.stardoc_raw
ruleClassstardoc_markdown_renderer
ruleOutput
  • //bzl/rules/http_server:al_http_server_binary.stardoc_raw.md
visibility
  • //visibility:private
al_http_server_binary.stardoc_raw.extract
locationbzl/rules/http_server/BUILD.bazel:11:19
name//bzl/rules/http_server:al_http_server_binary.stardoc_raw.extract
ruleClassstarlark_doc_extract
ruleOutput
  • //bzl/rules/http_server:al_http_server_binary.stardoc_raw.extract.binaryproto
  • //bzl/rules/http_server:al_http_server_binary.stardoc_raw.extract.textproto
visibility
  • //visibility:private
changelog
locationbzl/rules/http_server/BUILD.bazel:6:17
name//bzl/rules/http_server:changelog
ruleClasspkg_filegroup
visibility
  • //visibility:public
changelog.changelog
locationbzl/rules/http_server/BUILD.bazel:6:17
name//bzl/rules/http_server:changelog.changelog
ruleClassal_template_files
ruleOutput
  • //bzl/rules/http_server:changelog.doc.md
visibility
  • //visibility:private
changelog.changelog_data
locationbzl/rules/http_server/BUILD.bazel:6:17
name//bzl/rules/http_server:changelog.changelog_data
ruleClassal_git_run_binary
ruleOutput
  • //bzl/rules/http_server:changelog.changelog_data.yaml
visibility
  • //visibility:private
changelog.changelog_files
locationbzl/rules/http_server/BUILD.bazel:6:17
name//bzl/rules/http_server:changelog.changelog_files
ruleClasspkg_files
visibility
  • //visibility:private
changelog.template
locationbzl/rules/http_server/BUILD.bazel:6:17
name//bzl/rules/http_server:changelog.template
ruleClass_write_file
ruleOutput
  • //bzl/rules/http_server:changelog.template.md
visibility
  • //visibility:private
libs
locationbzl/rules/http_server/BUILD.bazel:11:19
name//bzl/rules/http_server:libs
ruleClassbzl_library
visibility
  • //visibility:public
libs.stardoc
locationbzl/rules/http_server/BUILD.bazel:11:19
name//bzl/rules/http_server:libs.stardoc
ruleClasspkg_filegroup
visibility
  • //visibility:public
libs.stardoc_src
locationbzl/rules/http_server/BUILD.bazel:11:19
name//bzl/rules/http_server:libs.stardoc_src
ruleClasspkg_files
visibility
  • //visibility:private
readme
locationbzl/rules/http_server/BUILD.bazel:22:10
name//bzl/rules/http_server:readme
ruleClassfilegroup
visibility
  • //visibility:public
readme.srcs
locationbzl/rules/http_server/BUILD.bazel:22:10
name//bzl/rules/http_server:readme.srcs
ruleClasspkg_files
visibility
  • //visibility:private
readme.with_children
locationbzl/rules/http_server/BUILD.bazel:22:10
name//bzl/rules/http_server:readme.with_children
ruleClasspkg_filegroup
visibility
  • //visibility:public

3 - Changelog

  • Add ci config, choose hugo url based on it (8932e6)
  • Fix al_hugo_run_binary, add al_http_server_binary (1bf299)