Elixir 的开源 API 网关 Rackla

码农软件 · 软件分类 · 网站API · 2019-03-09 07:42:05

软件介绍

Rackla 是构建 API 网关的开源框架。

使用Rackla作为库

在mix.exs中,添加:rackla和:cowboy作为依赖项:

defp deps do
  [
    {:rackla, "~> 1.2"},
    {:cowboy, "~> 1.0"} # Or your web server of choice (which works with Plug)
  ]
end

并添加:rackla和:cowboy到应用程序:

def application do
  [applications: [:logger, :rackla, :cowboy]]
end

本文地址:https://codercto.com/soft/d/944.html

Sass and Compass in Action

Sass and Compass in Action

Wynn Netherland、Nathan Weizenbaum、Chris Eppstein、Brandon Mathis / Manning Publications / 2013-8-2 / USD 44.99

Written by Sass and Compass creators * Complete Sass language reference * Covers prominent Compass community plug-ins * Innovative approach to creating stylesheets Cascading Style Sheets paint the we......一起来看看 《Sass and Compass in Action》 这本书的介绍吧!

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具