文件名称:blaguth:插件应用程序中的基本访问身份验证
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-07 11:55:30
elixir Elixir
婆罗多 Plug应用程序中的。 安装 将Blaguth作为依赖项添加到mix.exs文件中: defp deps do [{ :blaguth , " ~> 1.2.0 " }] end 完成后,在您的shell中运行mix deps.get来获取依赖项。 用法 如下所示,将Blaguth添加到Plug Stack的顶部: defmodule CavePlug do import Plug . Conn use Plug . Builder plug Blaguth , realm: " Secret " , credentials: { " Ali Baba " , " Open Sesame " } plug :index def index (conn, _opts ) do send_resp (conn, 200 , " Hel
【文件预览】:
blaguth-master
----mix.lock(708B)
----.gitignore(34B)
----mix.exs(675B)
----.travis.yml(296B)
----LICENSE(750B)
----README.md(1KB)
----lib()
--------blaguth.ex(1KB)
----test()
--------blaguth_test.exs(2KB)
--------test_helper.exs(15B)