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

相关文章
|
6月前
|
应用服务中间件 nginx
百度搜索:蓝易云【HTTP请求是如何关联Nginx server{}块的?】
总结来说,Nginx中的 `server{}`块用于关联HTTP请求和虚拟主机,通过配置不同的 `server{}`块,可以实现多个域名或IP地址的请求分发和处理。这样,Nginx可以根据不同的请求来提供不同的服务和内容。
65 0
|
Unix Go
Golang 语言中怎么拦截系统信号和优雅退出 http server?
Golang 语言中怎么拦截系统信号和优雅退出 http server?
78 0
|
3月前
|
缓存 运维 Serverless
函数计算产品使用问题之怎么优化HTTP Server的启动速度
函数计算产品作为一种事件驱动的全托管计算服务,让用户能够专注于业务逻辑的编写,而无需关心底层服务器的管理与运维。你可以有效地利用函数计算产品来支撑各类应用场景,从简单的数据处理到复杂的业务逻辑,实现快速、高效、低成本的云上部署与运维。以下是一些关于使用函数计算产品的合集和要点,帮助你更好地理解和应用这一服务。
|
3月前
|
Python
【Azure 应用服务】Azure Function HTTP Trigger 遇见奇妙的500 Internal Server Error: Failed to forward request to http://169.254.130.x
【Azure 应用服务】Azure Function HTTP Trigger 遇见奇妙的500 Internal Server Error: Failed to forward request to http://169.254.130.x
|
5月前
|
网络协议 PHP
Swoole 源码分析之 Http Server 模块
想要了解到 `Http Server` 的全貌,其实只要把那张整体的实现图看懂就足以了。但是,如果想要有足够的深度,那么就还需要深入 `Swoole` 的源代码中,就着源码自行分析一遍。同时,也希望这一次的分析,能够给大家带来对 `Swoole` 更多的一些了解。并不要求要深刻的掌握,因为,很多的事情都不可能一蹴而就。从自己的实力出发,勿忘初心。
78 0
Swoole 源码分析之 Http Server 模块
|
5月前
|
小程序
Failed to load local image resource Xx the server responded with a status of of 500 (HTTP/1.1 500)
Failed to load local image resource Xx the server responded with a status of of 500 (HTTP/1.1 500)
133 4
|
6月前
|
开发框架 .NET 数据库连接
解决HTTP错误500.19 - internal server error -内部服务器错误的终极指南
解决HTTP错误500.19 - internal server error -内部服务器错误的终极指南
2636 0
|
6月前
|
应用服务中间件 网络安全 nginx
Client sent an HTTP request to an HTTPS server
Client sent an HTTP request to an HTTPS server
803 0
|
6月前
【web server】HTTP协议如何解析or封装
【web server】HTTP协议如何解析or封装
|
12月前
|
XML 数据格式
svn报错-ra_serf: The server sent a truncated HTTP response body.
svn报错-ra_serf: The server sent a truncated HTTP response body.
466 1