hapi.js

    1熱度

    1回答

    我需要在Hapi.js API端點上啓用「gzip」壓縮,以提高API數據停機時間和下載數據大小的性能。 我應該如何在hapi.js中啓用壓縮? 任何想法請......

    5熱度

    3回答

    我希望每個hapi路線路開始與一個前綴(/api/1)全球基本路徑。這可能嗎? 下面的路徑應該是可用的路徑/api/1/pets,而不是/pets const Hapi = require('hapi'); const server = new Hapi.Server(); server.route({ method: 'GET', path: '/pets' })

    2熱度

    1回答

    比方說,我們正在使用的setInterval一高致病性禽流感的插件內,像這樣: // index.js internals = { storage: {}, problemFunc:() => { setInterval((storage) => { storage.forEach((problem) => { problem.foo =

    0熱度

    1回答

    我嘗試新類型添加到existsing高致病性禽流感的定義...... 我想補充塞內卡類型...這裏是例子 interface SenecaMethods { act: any; add: any; } interface HapiServer extends Hapi.Server { info: any; seneca: SenecaMethods;

    0熱度

    1回答

    任何人都有經驗與塞內卡? 我有問題,當我嘗試inclue目... 這是高致病性禽流感路線: server.route({ method: 'GET', path: '/api/ping', handler: function (req, reply) { server.seneca// load the mesh plugin .

    1熱度

    1回答

    我試圖從路由處理模擬功能... 這裏是我的路線: server.route({ method: 'GET', path: '/api/color/{format}', handler: this.pingLogic.getPing, config: { description: 'This is ping route', tags: ['

    1熱度

    1回答

    我是Hapi.js.的新手,我正在使用「hapi-auth-jwt2」模塊進行身份驗證令牌和角色驗證。我設置了範圍並從validateFunc的回調中發送了該範圍。它會很好地檢查基於角色的身份驗證。但我想要我從validateFunc返回的結果,但不知道我在哪裏可以得到。 validateFunc: function (token, request, callback) { Asyn

    1熱度

    1回答

    我能夠在單個路由配置級別上的Hapi.js中設置CORS,但是,當我在服務器級別使用相同的配置時,它不起作用。根據Hapi.js API文檔,以下內容應該可以工作,但事實並非如此。我使用膠水來設置我的服務器 - 這是我的配置膠水片段: ... "connections": [ { "host": "0.0.0.0", "port": 8000, "rout

    1熱度

    1回答

    Node.js的框架,我將使用https://www.npmjs.com/package/stompit或https://www.npmjs.com/package/stomp-client訂閱ActiveMQ的。我的問題是,有沒有可以使用它的node.js框架(例如Hapi,Express)?

    5熱度

    3回答

    使用Hapi v17,我只是想製作一個簡單的Web API來開始構建我的知識,但每次測試構建的GET方法時都會收到錯誤。下面是我運行的代碼: 'use strict'; const Hapi = require('hapi'); const MySQL = require('mysql'); //create a serve with a host and port const ser