問題タブ [martini]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
69 問題
0
投票する
1
に答える
1490
参照
go - go で martin を使用してリバース プロキシをテストする方法
go でリバース プロキシとして動作する martini アプリのテスト コードを作成していて、 を使用してテストしたいのですhttptest.ResponseRecorder
が、次のエラーが発生しました。
httptest.ResponseRecorder
メソッドがないCloseNotify()
どのようにテストすればよいですか?