http-proxy-analysis

command module
v0.0.0-...-1437314 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

README

Go

http-proxy-analysis

HTTP接口重构工具

背景

随着新的编程语言的崛起,我们希望将部分旧的项目使用的编程语言重构。在重构的过程中,受现有系统限制不能改变重构后的接口数据结构,重构后大量的接口测试工作,如果采用人工识别的方式去对比接口数据会比较的枯燥。因此本项目创建的原因即为加速我们重构后的接口测试工作。

原理

启动代理服务器,完全代理重构前应用的接口调用,在代理服务器拦截器中记录接口调用信息并将流量复制重构后的应用上,汇总重构前应用和重构后应用的接口调用信息,并对结果进行对比处理。

Documentation

Overview

Copyright © 2020 NAME HERE <EMAIL ADDRESS>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis
src

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL