[go: up one dir, main page]

CN114006789A - Web information system access method, multi-cloud application gateway, computer device and medium - Google Patents

Web information system access method, multi-cloud application gateway, computer device and medium Download PDF

Info

Publication number
CN114006789A
CN114006789A CN202111107459.8A CN202111107459A CN114006789A CN 114006789 A CN114006789 A CN 114006789A CN 202111107459 A CN202111107459 A CN 202111107459A CN 114006789 A CN114006789 A CN 114006789A
Authority
CN
China
Prior art keywords
information system
network transmission
web information
transmission protocol
system access
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111107459.8A
Other languages
Chinese (zh)
Inventor
陈旃
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Cormorant Technology Shenzhen Co ltd
Original Assignee
Cormorant Technology Shenzhen Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Cormorant Technology Shenzhen Co ltd filed Critical Cormorant Technology Shenzhen Co ltd
Priority to CN202111107459.8A priority Critical patent/CN114006789A/en
Publication of CN114006789A publication Critical patent/CN114006789A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/66Arrangements for connecting between networks having differing types of switching systems, e.g. gateways
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention discloses a Web information system access method, a multi-cloud application gateway, computer equipment and a storage medium, wherein the method comprises the following steps: the method comprises the steps of receiving a Web information system access request sent by a client based on a first network transmission protocol through a multi-cloud application gateway, wherein the first network transmission protocol comprises a multiplexing bottom layer, the multiplexing bottom layer transmits data streams in a binary framing mode, the Web information system access request sent based on the first network transmission protocol is converted into a Web information system access request based on a second network transmission protocol, the Web information system access request based on the second network transmission protocol is sent to a Web information system based on the second network transmission protocol, response information of Web information is received based on the second network transmission protocol, and the response information is fed back to the client based on the first network transmission protocol.

Description

Web information system access method, multi-cloud application gateway, computer device and medium
Technical Field
The invention relates to the technical field of computer networks, in particular to a Web information system access method, a multi-cloud application gateway, computer equipment and a medium.
Background
With the rapid development of computer network technology, more and more enterprises and institutions adopt multiple clouds for accessing information systems due to the increase of traffic, wherein the multiple clouds refer to cloud services which are deployed between end users and cloud infrastructure and can integrate, protect and accelerate traffic flowing to any cloud provider or traffic aiming at multiple cloud providers. Meanwhile, multiple clouds can also function as FaaS (serverless) providers hosting and running serverless functions on their distributed global networks.
The multiple clouds provide convenience for the access of the information system, but when a plurality of users exist, the traditional transmission protocol needs to establish a continuous long link, so that system resources are consumed, or concurrent number processing cannot be performed, and the access efficiency of the information system is low.
Disclosure of Invention
The embodiment of the invention provides a Web information system access method, a multi-cloud application gateway, computer equipment and a storage medium, so as to improve the efficiency of the Web information system access method.
In order to solve the foregoing technical problem, an embodiment of the present application provides a method for accessing a Web information system, including:
the method comprises the steps that a multi-cloud application gateway receives a Web information system access request sent by a client based on a first network transmission protocol, wherein the first network transmission protocol comprises a multiplexing bottom layer, and the multiplexing bottom layer transmits data streams in a binary framing mode;
the multi-cloud application gateway converts the Web information system access request sent based on the first network transmission protocol into a Web information system access request based on a second network transmission protocol, and sends the Web information system access request based on the second network transmission protocol to a Web information system based on the second network transmission protocol;
and the multi-cloud application gateway receives response information of the Web information based on a second network transmission protocol and feeds the response information back to the client based on a first network transmission protocol.
Optionally, the second network transport protocol employs a blocking transport encoding that maintains HTTP persistent links for dynamically generated content.
Optionally, the first network transmission protocol is an HTTP2.0 protocol, and the second network transmission protocol is an HTTP1.1 protocol.
Optionally, the converting, by the multi-cloud application gateway, the Web information system access request sent based on the first network transmission protocol into a Web information system access request based on a second network transmission protocol includes:
when the multi-cloud application gateway receives a Web information system access request sent based on the first network transmission protocol, analyzing the Web information system access request sent based on the first network transmission protocol to obtain a data code in a binary format;
performing data format conversion on the data codes to obtain a request message supported by a second network transmission protocol;
and generating an access request based on the request message, wherein the access request is used as the access request of the Web information system based on the second network transmission protocol.
In order to solve the above technical problem, an embodiment of the present application further provides a multi-cloud application gateway, including:
the system comprises a request receiving module, a request sending module and a request sending module, wherein the request receiving module is used for receiving a Web information system access request sent by a client based on a first network transmission protocol, the first network transmission protocol comprises a multiplexing bottom layer, and the multiplexing bottom layer adopts a binary framing mode to transmit data streams;
the request conversion module is used for converting the Web information system access request sent based on the first network transmission protocol into a Web information system access request based on a second network transmission protocol, and sending the Web information system access request based on the second network transmission protocol to the Web information system based on the second network transmission protocol;
and the response feedback module is used for receiving response information of the Web information based on the second network transmission protocol and feeding back the response information to the client based on the first network transmission protocol.
Optionally, the request conversion module includes:
the request analysis unit is used for analyzing the Web information system access request sent based on the first network transmission protocol to obtain a data code in a binary format when the Web information system access request sent based on the first network transmission protocol is received;
the format conversion unit is used for carrying out data format conversion on the data codes to obtain a request message supported by a second network transmission protocol;
and the request generating unit is used for generating an access request based on the request message, wherein the access request is used as the access request of the Web information system based on the second network transmission protocol.
In order to solve the technical problem, an embodiment of the present application further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the steps of the above-mentioned Web information system access method when executing the computer program.
In order to solve the above technical problem, an embodiment of the present application further provides a computer-readable storage medium, where a computer program is stored, and the computer program, when executed by a processor, implements the steps of the above-mentioned Web information system access method.
The Web information system access method, the multi-cloud application gateway, the computer device and the storage medium provided by the embodiment of the invention receive a Web information system access request sent by a client based on a first network transmission protocol through the multi-cloud application gateway, wherein the first network transmission protocol comprises a multiplexing bottom layer, the multiplexing bottom layer adopts a binary framing mode to transmit data streams, the Web information system access request sent based on the first network transmission protocol is converted into a Web information system access request based on a second network transmission protocol, the Web information system access request based on the second network transmission protocol is sent to a Web information system based on the second network transmission protocol, response information of Web information is received based on the second network transmission protocol and is fed back to the client based on the first network transmission protocol, so that the client sends the request and the information system receives the request by adopting different protocols, the method is favorable for the successful sending efficiency and the receiving efficiency of the request, and improves the access efficiency of the Web information system.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments of the present invention will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without inventive labor.
FIG. 1 is a schematic diagram of an application environment of the present application;
FIG. 2 is a flow diagram of one embodiment of a Web information system access method of the present application;
FIG. 3 is a schematic diagram of an embodiment of a multi-cloud application gateway, according to the present application;
FIG. 4 is a schematic block diagram of one embodiment of a computer device according to the present application.
Detailed Description
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs; the terminology used in the description of the application herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the application; the terms "including" and "having," and any variations thereof, in the description and claims of this application and the description of the above figures are intended to cover non-exclusive inclusions. The terms "first," "second," and the like in the description and claims of this application or in the above-described drawings are used for distinguishing between different objects and not for describing a particular order.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the application. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein can be combined with other embodiments.
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a schematic view of an application environment accessed by a Web information system in this embodiment, in fig. 1, a client sends an access request to a multi-cloud application gateway through a first network transmission protocol, the multi-cloud application gateway converts the request after receiving the request, and sends the converted request to the Web information system by using a second network transmission protocol, and the Web information system responds after receiving the converted request.
Referring to fig. 2, fig. 2 shows a Web information system access method according to an embodiment of the present invention, which is detailed as follows:
s201: the method comprises the steps that a multi-cloud application gateway receives a Web information system access request sent by a client based on a first network transmission protocol, wherein the first network transmission protocol comprises a multiplexing bottom layer, and the multiplexing bottom layer is used for transmitting data streams in a binary framing mode.
On a TCP connection, frames can be sent to the receiver continuously, the stream identifier of each frame indicates to which stream this frame belongs, and then when the receiver receives these frames, all frames of each stream are spliced according to the stream identifier to form a whole block of data.
Considering each request of HTTP/1.1 as a stream, then multiple requests become multiple streams, the request response data is divided into multiple frames, and the frames in different streams are sent to each other in an interlaced way, which is the multiplexing in HTTP/2.
It should be noted that the concept of stream realizes multiple request-response parallelism on a single connection, solves the problem of head-of-line blocking, and reduces the number of TCP connections and the problem caused by slow start of TCP connections, and in this embodiment, the http2 only needs to create one connection for the same application, instead of creating 6-8 connections as http/1.1.
S202: the multi-cloud application gateway converts the Web information system access request sent based on the first network transmission protocol into a Web information system access request based on a second network transmission protocol, and sends the Web information system access request based on the second network transmission protocol to the Web information system based on the second network transmission protocol.
Optionally, the second network transport protocol employs a chunking transport encoding that maintains HTTP persistent links for dynamically generated content.
Optionally, the first network transport protocol is an HTTP2.0 protocol, and the second network transport protocol is an HTTP1.1 protocol.
Specifically, HTTP1.1 supports pipeline processing of long connections and requests, multiple HTTP requests and responses can be transmitted over one TCP connection, reducing consumption and delay in establishing and closing connections, opening long connection keep-alive by default in HTTP1.1, and avoiding connection creation and interaction submission for each request during data interaction between a multi-cloud gateway and a Web application system.
HTTP2.0 uses a multiplexing technique to achieve that a same connection concurrently processes multiple requests, and the number of the concurrent requests is several orders of magnitude larger than that of HTTP1.1, and HTTP1.1 may also establish several TCP connections to support processing of more concurrent requests, but creating TCP connections itself is also costly, so that the HTTP2.0 is used in this embodiment to perform request transmission from a client to a cloud gateway, which is beneficial to improving the efficiency of request transmission.
On the other hand, the HTTP request and the HTTP response are composed of three parts, namely a status line, a request/response header and a message body, the HTTP2.0 uses the HPACK algorithm to compress the data of the header, so that the data volume is small, the transmission on the network is faster, the HTTP1.1 message body is compressed by gzip, or the message body is a compressed binary file transmitted by itself, but the status line and the header are not compressed and are directly transmitted in a pure text. With the increasingly complex Web functions, the number of requests generated by each page is also increasing, which results in increasing traffic consumed at the head, and especially, contents which are not frequently changed, such as user agent and Cookie, need to be transmitted each time.
In a specific embodiment, in step S202, the converting, by the multi-cloud application gateway, the Web information system access request sent based on the first network transmission protocol into a Web information system access request based on the second network transmission protocol includes:
when receiving a Web information system access request sent based on a first network transmission protocol, a multi-cloud application gateway analyzes the Web information system access request sent based on the first network transmission protocol to obtain a binary format data code;
carrying out data format conversion on the data codes to obtain a request message supported by a second network transmission protocol;
and generating an access request based on the request message, wherein the access request is used as a Web information system access request based on a second network transmission protocol.
S203: the multi-cloud application gateway receives response information of the Web information based on the second network transmission protocol and feeds the response information back to the client based on the first network transmission protocol.
In the embodiment, a multi-cloud application gateway receives a Web information system access request sent by a client based on a first network transmission protocol, wherein the first network transmission protocol comprises a multiplexing bottom layer, the multiplexing bottom layer adopts a binary framing mode to transmit data streams, the Web information system access request sent based on the first network transmission protocol is converted into a Web information system access request based on a second network transmission protocol, the Web information system access request based on the second network transmission protocol is sent to a Web information system based on the second network transmission protocol, response information of Web information is received based on the second network transmission protocol and fed back to the client based on the first network transmission protocol, different protocols are adopted for the client sending request and the information system receiving request, and the request sending success efficiency and the receiving efficiency are favorable, the access efficiency of the Web information system is improved.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
Fig. 3 shows a schematic block diagram of a multi-cloud application gateway corresponding to the Web information system access method in one-to-one manner in the foregoing embodiments. As shown in fig. 3, the multi-cloud application gateway includes a node status determining module 31, an effective node obtaining module 32, a performance score calculating module 33, a target node determining module 34, and a data distribution processing module 35. The functional modules are explained in detail as follows:
a request receiving module 31, configured to receive a Web information system access request sent by a client based on a first network transport protocol, where the first network transport protocol includes a multiplexing bottom layer, and the multiplexing bottom layer performs data stream transmission in a binary framing manner;
the request conversion module 32 is configured to convert a Web information system access request sent based on a first network transmission protocol into a Web information system access request based on a second network transmission protocol, and send the Web information system access request based on the second network transmission protocol to the Web information system based on the second network transmission protocol;
and the response feedback module 33 is configured to receive response information of the Web information based on the second network transmission protocol, and feed back the response information to the client based on the first network transmission protocol.
Optionally, the request conversion module 32 includes:
the request analysis unit is used for analyzing the Web information system access request sent based on the first network transmission protocol to obtain a binary format data code when the Web information system access request sent based on the first network transmission protocol is received;
the format conversion unit is used for carrying out data format conversion on the data codes to obtain a request message supported by a second network transmission protocol;
and the request generating unit is used for generating an access request based on the request message, wherein the access request is used as the Web information system access request based on the second network transmission protocol.
For specific limitations of the multi-cloud application gateway, reference may be made to the above limitations on the Web information system access method, which is not described herein again. All or part of each module in the multi-cloud application gateway can be realized by software, hardware and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In order to solve the technical problem, an embodiment of the present application further provides a computer device. Referring to fig. 4, fig. 4 is a block diagram of a basic structure of a computer device according to the present embodiment.
The computer device 4 comprises a memory 41, a processor 42, a network interface 43 communicatively connected to each other via a system bus. It is noted that only the computer device 4 having the components connection memory 41, processor 42, network interface 43 is shown, but it is understood that not all of the shown components are required to be implemented, and that more or fewer components may be implemented instead. As will be understood by those skilled in the art, the computer device is a device capable of automatically performing numerical calculation and/or information processing according to a preset or stored instruction, and the hardware includes, but is not limited to, a microprocessor, an Application Specific Integrated Circuit (ASIC), a Programmable Gate Array (FPGA), a Digital Signal Processor (DSP), an embedded device, and the like.
The computer device can be a desktop computer, a notebook, a palm computer, a cloud server and other computing devices. The computer equipment can carry out man-machine interaction with a user through a keyboard, a mouse, a remote controller, a touch panel or voice control equipment and the like.
The memory 41 includes at least one type of readable storage medium including a flash memory, a hard disk, a multimedia card, a card-type memory (e.g., SD or D interface display memory, etc.), a Random Access Memory (RAM), a Static Random Access Memory (SRAM), a Read Only Memory (ROM), an Electrically Erasable Programmable Read Only Memory (EEPROM), a Programmable Read Only Memory (PROM), a magnetic memory, a magnetic disk, an optical disk, etc. In some embodiments, the memory 41 may be an internal storage unit of the computer device 4, such as a hard disk or a memory of the computer device 4. In other embodiments, the memory 41 may also be an external storage device of the computer device 4, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the computer device 4. Of course, the memory 41 may also include both internal and external storage devices of the computer device 4. In this embodiment, the memory 41 is generally used for storing an operating system installed in the computer device 4 and various types of application software, such as program codes for controlling electronic files. Further, the memory 41 may also be used to temporarily store various types of data that have been output or are to be output.
The processor 42 may be a Central Processing Unit (CPU), controller, microcontroller, microprocessor, or other data Processing chip in some embodiments. The processor 42 is typically used to control the overall operation of the computer device 4. In this embodiment, the processor 42 is configured to execute the program code stored in the memory 41 or process data, for example, execute the program code for data access.
The network interface 43 may comprise a wireless network interface or a wired network interface, and the network interface 43 is generally used for establishing communication connection between the computer device 4 and other electronic devices.
The present application provides yet another embodiment, which provides a computer-readable storage medium storing a data access program, which is executable by at least one processor to cause the at least one processor to perform the steps of the Web information system access method as described above.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present application.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present application.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present application.
It is to be understood that the above-described embodiments are merely illustrative of some, but not restrictive, of the broad invention, and that the appended drawings illustrate preferred embodiments of the invention and do not limit the scope of the invention. This application is capable of embodiments in many different forms and is provided for the purpose of enabling a thorough understanding of the disclosure of the application. Although the present application has been described in detail with reference to the foregoing embodiments, it will be apparent to one skilled in the art that the present application may be practiced without modification or with equivalents of some of the features described in the foregoing embodiments. All equivalent structures made by using the contents of the specification and the drawings of the present application are directly or indirectly applied to other related technical fields and are within the protection scope of the present application.

Claims (8)

1. A Web information system access method is applied to a multi-cloud application gateway and is characterized by comprising the following steps:
the method comprises the steps that a multi-cloud application gateway receives a Web information system access request sent by a client based on a first network transmission protocol, wherein the first network transmission protocol comprises a multiplexing bottom layer, and the multiplexing bottom layer transmits data streams in a binary framing mode;
the multi-cloud application gateway converts the Web information system access request sent based on the first network transmission protocol into a Web information system access request based on a second network transmission protocol, and sends the Web information system access request based on the second network transmission protocol to a Web information system based on the second network transmission protocol;
and the multi-cloud application gateway receives response information of the Web information based on a second network transmission protocol and feeds the response information back to the client based on a first network transmission protocol.
2. The Web information system access method of claim 1, wherein the second network transport protocol employs a blocking transport encoding that maintains HTTP persistent links for dynamically generated content.
3. The Web information system access method of claim 1, wherein the first network transport protocol is HTTP2.0 protocol and the second network transport protocol is HTTP1.1 protocol.
4. The Web information system access method of any one of claims 1 to 3, wherein the translating, by the multi-cloud application gateway, the Web information system access request sent based on the first network transport protocol into a Web information system access request based on a second network transport protocol includes:
when the multi-cloud application gateway receives a Web information system access request sent based on the first network transmission protocol, analyzing the Web information system access request sent based on the first network transmission protocol to obtain a data code in a binary format;
performing data format conversion on the data codes to obtain a request message supported by a second network transmission protocol;
and generating an access request based on the request message, wherein the access request is used as the access request of the Web information system based on the second network transmission protocol.
5. A multi-cloud application gateway, comprising:
the system comprises a request receiving module, a request sending module and a request sending module, wherein the request receiving module is used for receiving a Web information system access request sent by a client based on a first network transmission protocol, the first network transmission protocol comprises a multiplexing bottom layer, and the multiplexing bottom layer adopts a binary framing mode to transmit data streams;
the request conversion module is used for converting the Web information system access request sent based on the first network transmission protocol into a Web information system access request based on a second network transmission protocol, and sending the Web information system access request based on the second network transmission protocol to the Web information system based on the second network transmission protocol;
and the response feedback module is used for receiving response information of the Web information based on the second network transmission protocol and feeding back the response information to the client based on the first network transmission protocol.
6. The multi-cloud application gateway of claim 5, wherein said request translation module comprises:
the request analysis unit is used for analyzing the Web information system access request sent based on the first network transmission protocol to obtain a data code in a binary format when the Web information system access request sent based on the first network transmission protocol is received;
the format conversion unit is used for carrying out data format conversion on the data codes to obtain a request message supported by a second network transmission protocol;
and the request generating unit is used for generating an access request based on the request message, wherein the access request is used as the access request of the Web information system based on the second network transmission protocol.
7. A computer device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, characterized in that the processor implements the Web information system access method according to any one of claims 1 to 4 when executing the computer program.
8. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out a Web information system access method according to any one of claims 1 to 4.
CN202111107459.8A 2021-09-22 2021-09-22 Web information system access method, multi-cloud application gateway, computer device and medium Pending CN114006789A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111107459.8A CN114006789A (en) 2021-09-22 2021-09-22 Web information system access method, multi-cloud application gateway, computer device and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111107459.8A CN114006789A (en) 2021-09-22 2021-09-22 Web information system access method, multi-cloud application gateway, computer device and medium

Publications (1)

Publication Number Publication Date
CN114006789A true CN114006789A (en) 2022-02-01

Family

ID=79922169

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111107459.8A Pending CN114006789A (en) 2021-09-22 2021-09-22 Web information system access method, multi-cloud application gateway, computer device and medium

Country Status (1)

Country Link
CN (1) CN114006789A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170270207A1 (en) * 2016-03-15 2017-09-21 International Business Machines Corporation Providing modified protocol responses
CN110392130A (en) * 2019-08-23 2019-10-29 北京天融信网络安全技术有限公司 Network-based information processing method, electronic equipment and network system
CN112187801A (en) * 2020-09-29 2021-01-05 杭州迪普科技股份有限公司 Website access method, device and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170270207A1 (en) * 2016-03-15 2017-09-21 International Business Machines Corporation Providing modified protocol responses
CN110392130A (en) * 2019-08-23 2019-10-29 北京天融信网络安全技术有限公司 Network-based information processing method, electronic equipment and network system
CN112187801A (en) * 2020-09-29 2021-01-05 杭州迪普科技股份有限公司 Website access method, device and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
有方: "《HTTP/2:你该了解的特性和原理》", 《知乎》 *

Similar Documents

Publication Publication Date Title
CN112615822B (en) Message processing method and device, computing equipment and readable storage medium
JP4363847B2 (en) Digital TV application protocol for interactive TV
US8375094B2 (en) Creating a message readable by a plurality of heterogeneous recipients
CN109120687B (en) Data packet transmitting method, device, system, equipment and storage medium
CN101472236A (en) Method and device for publishing application system
CN102904959A (en) Network accelerating method and gateway
CN112887429A (en) Data transmission method and device, electronic equipment and storage medium
CN107395572A (en) A kind of data processing method and things-internet gateway
CN108763534B (en) Method and device for processing information
CN115643310B (en) Method, device and system for compressing data
CN113810264A (en) Information transmission method and device, electronic equipment and storage medium
CN113382180B (en) Picture processing method, computing device and readable storage medium
JP5382812B2 (en) Data compression / transfer system, transmission apparatus, and data compression / transfer method used therefor
CN113965628A (en) Message scheduling method, server and storage medium
CN106850770B (en) Efficient transmission method based on cloud computing service
CN103873443A (en) Information processing method, local proxy server and network proxy server
CN112770358B (en) Multi-rate mode data transmission control method and device based on service data
CN111752728B (en) Message transmission method and device
CN117615042B (en) Data communication method, device, computer equipment and storage medium
CN113992600A (en) Method and device for multi-rate mode data transmission control based on buffer queue
CN114006789A (en) Web information system access method, multi-cloud application gateway, computer device and medium
CN108924773B (en) Message processing method and device
CN102802197A (en) Method and device for transmitting application data
CN113132480B (en) Data transmission method, device and system
CN117294390A (en) Data transmission method, device, electronic equipment and medium based on forward error correction

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination