1.0.5 • Published 9 months ago

markdown_display v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

introduction

  • 精简高效的httpServer组件,体积小巧,运行高效,代码简单,支持multipart/form-data格式,支持通配路由,支持路由变量,可完美衔接AliNode(aliyun function compute)环境,在aliyunFC环境中使用最小内存选项即可
  • simplified and efficient httpServer component, small size, efficient operation, simple code, support multipart/form-data format, support wildcard routing, support routing variables, can perfectly connect AliNode (aliyun function compute) environment, use the minimum memory option in aliyunFC environment

environment

  • 1 General Node(nodejs)
  • 2 AliNode(aliyun-fc,aliyun function compute)

run

  • 1 NodeJS(on os)

    run “sample_bin.js directly(need to set environment variable develoment=true or delete related code in sample_bin.js)

  • 2 AliNode(on aliyun-fc)

    setup:function>setting>functing entry to “sample_bin.requestForAliyun”(its default value is generally:index.handler)


test

  • 返回10个time开头的有字母ID(有分段符)
  • Returns 10 alphabetic IDs starting with time (with segment characters) http://localhost:9090/timeid/10

history

  • 2023-08-26
    • 去掉了post和put时候 强制要求content-length大于0的要求
    • removed the requirement that content-length be greater than 0 when post and put are mandatory
  • 未配置 允许的content-type 的情况下,那么允许所有的
  • if the allowed content-type is not configured, all are allowed
  • 优化一些http状态码的提示语
  • optimized some http status code prompts
  • 增加了示例代码 sample_bin:入口文件; sample_router:路由文件
  • added sample file sample_bin:entry file; sample_router:router file

author

  • fujun wang(wang.fu.jun@qq.com)
  • Wangjing Beijing China
  • origin of the name : mingyang is my son's name
  • last modified : 2023-08-26

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

0.9.9

9 months ago

0.9.8

9 months ago

0.9.7

9 months ago

0.9.6

9 months ago

0.9.5

9 months ago

0.9.4

9 months ago

0.9.3

9 months ago

0.9.2

9 months ago

0.9.1

9 months ago

0.9.0

9 months ago

0.6.8

9 months ago

0.6.7

9 months ago

0.6.6

9 months ago

0.6.3

9 months ago

0.6.2

9 months ago

0.6.0

9 months ago

0.4.9

9 months ago

0.4.6

9 months ago

0.4.5

9 months ago

0.4.4

9 months ago

0.3.9

9 months ago

0.3.3

9 months ago

0.3.2

9 months ago

0.3.1

9 months ago

0.3.0

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.0

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago