UE Http Server Plug -in description

简介: UE Http Server Plug -in description

HTTP server supports monitoring Get, Post, Put, Patch, Delete, only supports UF8 string transmission, and returns Body's Content-Type as Application/JSON.

1. Create Http Server

Create an HTTP server.


Port : The scope of the monitoring port, the range is 1-65535, to ensure the unique system, otherwise the monitoring failure will fail.


2. Bind

Bind webpage routing callback.


Target :httpserver object


Http Path: binding path, such as "/index"


Http Verbs: Methods that need to be binded, support Get, Post, Put, Patch, Delete


Http Response : Access interface function of the callback callback


Rejuvenation interface function description

IP : Access user's IP (UE >= 5.2)


Relative Path : The relative path of the user access address


Headers :User access head information


Query Params : Parameter information for users access to carry


Body : user access to the body information


Return Value :Body information returned to the user


3.  Break Http Server Headers

Data from head data structures to map <string, string>


4. Find Http Server Header

Find a certain data from the data structure


5. Break Http Server Params

Parameter data structures converted to map <string, string> data


6. Find Http Server Param

Find a certain data from the parameter data structure

相关文章
|
2天前
|
应用服务中间件 nginx
百度搜索:蓝易云【HTTP请求是如何关联Nginx server{}块的?】
总结来说,Nginx中的 `server{}`块用于关联HTTP请求和虚拟主机,通过配置不同的 `server{}`块,可以实现多个域名或IP地址的请求分发和处理。这样,Nginx可以根据不同的请求来提供不同的服务和内容。
39 0
|
7月前
|
Unix Go
Golang 语言中怎么拦截系统信号和优雅退出 http server?
Golang 语言中怎么拦截系统信号和优雅退出 http server?
41 0
|
2天前
|
应用服务中间件 网络安全 nginx
Client sent an HTTP request to an HTTPS server
Client sent an HTTP request to an HTTPS server
9 0
|
2天前
|
开发框架 .NET 数据库连接
解决HTTP错误500.19 - internal server error -内部服务器错误的终极指南
解决HTTP错误500.19 - internal server error -内部服务器错误的终极指南
869 0
|
2天前
【web server】HTTP协议如何解析or封装
【web server】HTTP协议如何解析or封装
|
6月前
|
XML 数据格式
svn报错-ra_serf: The server sent a truncated HTTP response body.
svn报错-ra_serf: The server sent a truncated HTTP response body.
157 1
|
6月前
|
Docker 容器
http: server gave HTTP response to HTTPS client解决方案
http: server gave HTTP response to HTTPS client解决方案
169 0
|
10月前
UE Http Server 插件说明
UE Http Server 插件说明
262 0
|
12月前
|
Java 应用服务中间件 Linux
实战:第十三章:HTTP Status 500 – Internal Server Error(解决SpringBoot架构的Web项目部署到linux系统上访问出错)
实战:第十三章:HTTP Status 500 – Internal Server Error(解决SpringBoot架构的Web项目部署到linux系统上访问出错)
294 0
|
Web App开发 缓存 开发者
Removing HTTP/2 Server Push from Chrome
server push是http2.0当时一个比较亮眼的点,现在已经是2023年了,如果小伙伴打算尝试,请果断放弃
126 0