Midway v2.12.1 发布,新增 Axios 组件

栏目: 软件资讯 · 发布时间: 3年前

内容简介:Features 1、新增 Axios 组件 提供一个 axios 组件,用于发送 http 请求。 接口保持和 axios 一致,处理了作用域相关的问题。 使用示例: import { HttpService } from '@midwayjs/axios'; @Provide() expo...

Features

1、新增 Axios 组件

提供一个 axios 组件,用于发送 http 请求。

接口保持和 axios 一致,处理了作用域相关的问题。

使用示例:

import { HttpService } from '@midwayjs/axios';

@Provide()
export class UserService {
	
  @Inject()
  httpService: HttpService;
  
  async invoke() {
  	
    const url = 'https://api.github.com/users/octocat/orgs';
    const result = await this.httpService.get(url);
    // TODO resut
  }
}

具体请查看 axios 文档

Bugfix

1、处理默认 listen hostname 可能引起 502 的问题

具体见 issue#1195

新版本将参数分开,恢复了默认行为。

2、bootstrap 新增 preloadModules 透传

preloadModules 启动参数是用于 ncc 构建的预留,之前未透传,在一些极端情况下需要使用,比如 issue#1193

新版本增加了启动参数的透传。


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Coming of Age in Second Life

Coming of Age in Second Life

Tom Boellstorff / Princeton University Press / 2008-04-21 / USD 29.95

The gap between the virtual and the physical, and its effect on the ideas of personhood and relationships, is the most interesting aspect of Boellstorff's analysis... Boellstorff's portrayal of a virt......一起来看看 《Coming of Age in Second Life》 这本书的介绍吧!

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

在线 XML 格式化压缩工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具