CN111061974A - Client page loading method and device and page loading method and system - Google Patents

Client page loading method and device and page loading method and system Download PDF

Info

Publication number
CN111061974A
CN111061974A CN201911172437.2A CN201911172437A CN111061974A CN 111061974 A CN111061974 A CN 111061974A CN 201911172437 A CN201911172437 A CN 201911172437A CN 111061974 A CN111061974 A CN 111061974A
Authority
CN
China
Prior art keywords
loading
sub
modules
client
page
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
CN201911172437.2A
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.)
Beike Technology Co Ltd
Original Assignee
Beike Technology 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 Beike Technology Co Ltd filed Critical Beike Technology Co Ltd
Priority to CN201911172437.2A priority Critical patent/CN111061974A/en
Publication of CN111061974A publication Critical patent/CN111061974A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to the technical field of Internet, and discloses a method and a device for loading a client page, and a method and a system for loading a page, wherein the method for loading the client page comprises the following steps: sending a request for loading the client page to the server; receiving the main module of the page returned by the server and the interface information of the N sub-modules subordinate to the main module, and loading the main module; wherein N is a positive integer; according to the interface information, a request for loading the N sub-modules is sent to the server side concurrently; and receiving and loading the N sub-modules returned by the server. The invention obtains a plurality of sub-modules subordinate to the page main module by sending a request at a time, thereby reducing the request times, saving the network overhead and accelerating the page loading speed.

Description

Client page loading method and device and page loading method and system
Technical Field
The invention relates to the technical field of internet, in particular to a method and a device for loading a client page and a method and a system for loading a page.
Background
In the prior art, a client acquires and loads an application program by connecting with a server. In the acquisition process, a client initiates a request, a server confirms the request, and then an application program is issued. However, when an application has multiple modules, the client is usually required to initiate multiple requests, and then the server issues the multiple modules of the application for each request. This approach may consume multiple network overheads, causing the network overhead to increase. For example, in the step of rendering a web page, the existing scheme of rendering a page in a modularized manner is that a client requests a server many times, rendering a page requires requesting all interfaces of the server, the server interface needs to be called to determine whether there is a corresponding module for each request, data of each module is obtained to load the page, and each interface request correspondingly generates network overhead.
Disclosure of Invention
The invention aims to provide a method and a device for loading a client page, and a method and a system for loading a page.
In order to achieve the above object, in a first aspect of the present invention, a method for loading a client page is provided, where the method is applied to a client having a data connection with a server, and the method includes:
sending a request for loading the client page to the server;
receiving the main module of the page returned by the server and the interface information of the N sub-modules subordinate to the main module, and loading the main module; wherein N is a positive integer;
according to the interface information, a request for loading the N sub-modules is sent to the server side concurrently;
and receiving and loading the N sub-modules returned by the server.
Further, the interface information includes: the cache time of the main module, the cache identification of the main module, the cache time of the N sub-modules, the request addresses of the N sub-modules and the preloading identification of the N sub-modules.
Further, the receiving and loading the N sub-modules issued by the server includes: and if the time for loading any one of the N sub-modules returned by the server exceeds the cache time of the N sub-modules, the client sends a request for loading any one of the N sub-modules to the server.
Further, M of the N sub-modules have secondary modules; wherein M is an integer greater than or equal to zero and less than or equal to N.
In a second aspect of the present invention, there is provided a device for loading a client page, which is applied to a client having a data connection with a server, the device including:
a sending unit, configured to send a request for loading the page to the server;
the receiving unit is used for receiving the main module of the page returned by the server and the interface information of the N sub-modules subordinate to the main module;
the sending unit is further configured to concurrently send a request for loading the N sub-modules to the server according to the interface information;
and the loading unit is used for loading the main module and the N sub-modules returned by the server.
In a third aspect of the present invention, a method for sending a page file is provided, where the method is applied to a server having a data connection with a client, and the method includes:
sending a main module of the page and interface information of N sub-modules subordinate to the main module in response to a request for loading the page of the client sent by the client;
and responding to a request which is sent by the client side and used for loading the N sub-modules, and sending the N sub-modules.
In a fourth aspect of the present invention, there is provided a device for sending a pagefile, which is applied to a server having a data connection with a client, the device including:
a receiving unit, configured to receive a request for loading the client page sent by the client;
a processing unit for responding to the request;
the sending unit is used for sending the interface information of the main module of the page and the N sub-modules subordinate to the main module;
the receiving unit is further configured to receive a request for loading the N sub-modules, which is sent by the client concurrently, and the sending unit is further configured to send the N sub-modules.
In a fifth aspect of the present invention, a page loading method is provided, where the method includes:
the client sends a request for loading the client page to a server;
the server side responds to the request of the client side and sends the main module of the page and the interface information of the N sub-modules subordinate to the main module;
the client receives the main module of the page returned by the server and the interface information of the N sub-modules subordinate to the main module, and loads the main module;
the client side sends a request for loading the N sub-modules to the server side according to the interface information;
the server side responds to a request which is sent by the client side and used for loading the N sub-modules, and sends the N sub-modules;
and the client receives and loads the N sub-modules returned by the server.
In a sixth aspect of the present invention, there is provided a page loading system comprising:
the client is used for sending a request for loading the client page to the server; receiving the main module of the page returned by the server and the interface information of the N sub-modules subordinate to the main module, and loading the main module; according to the interface information, a request for loading the N sub-modules is sent to the server side concurrently; receiving and loading the N sub-modules returned by the server;
the server is used for receiving a request for loading the client page sent by the client, and sending interface information of a main module of the page and N sub-modules subordinate to the main module according to the request; and receiving a request for loading the N sub-modules, which is sent by the client side concurrently, and sending the N sub-modules according to the request.
In a seventh aspect of the present invention, a machine-readable storage medium is provided, where the machine-readable storage medium has instructions stored thereon, and when the instructions are executed by a controller, the controller can execute the method for loading the client page in the foregoing technical solutions, or execute the method for loading the page in the foregoing technical solutions.
According to the technical scheme, the client sends the request for loading the client page to the server, the server returns the main module of the page and the interface information of the N sub-modules subordinate to the main module, the client sends the request for one time according to the interface information returned by the server, the sub-modules subordinate to the main module are obtained, the number of times that the client requests the server is reduced, network overhead is saved, and page loading speed is improved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the embodiments of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the embodiments of the invention without limiting the embodiments of the invention. In the drawings:
FIG. 1 is a flowchart of a method for loading a client page according to an embodiment of the present invention;
FIG. 2 is a block diagram of a loading apparatus for a client page according to an embodiment of the present invention;
fig. 3 is a flowchart of a method for sending a page file according to an embodiment of the present invention;
FIG. 4 is a block diagram of a pagefile transmitting device according to one embodiment of the present invention;
FIG. 5 is a flowchart of a page loading method according to an embodiment of the present invention;
FIG. 6 is a block diagram of a page loading system provided by one embodiment of the invention.
Detailed Description
The following detailed description of embodiments of the invention refers to the accompanying drawings. It should be understood that the detailed description and specific examples, while indicating the present invention, are given by way of illustration and explanation only, not limitation.
Fig. 1 is a flowchart of a method for loading a client page according to an embodiment of the present invention. As shown in fig. 1, an embodiment of the present invention provides a method for loading a client page, which is applied to a client having a data connection with a server, where the method includes:
s11) sending a request for loading the client page to the server. The client may send the request to the server over an HTTP protocol, a TCP/IP protocol, a UDP protocol, or an HTTPs protocol, for example: when the user enters the client page, the client sends an http request to the server.
S12) receiving the main module of the page returned by the server and the interface information of the N sub-modules subordinate to the main module, and loading the main module; wherein N is a positive integer. In this embodiment, the interface information of the N sub-modules belonging to the main module, which is received by the client, includes: the cache time of the main module, the cache identification of the main module, the cache time of the N sub-modules, the request addresses of the N sub-modules and the preloading identification of the N sub-modules.
S13) according to the interface information, sending a request for loading the N sub-modules to the server side. And the client side sends a request for loading the N sub-modules to the server side simultaneously, and the request only generates network overhead once. In the prior art, the number of network overheads corresponds to the number of times that the main module of the client page includes how many sub-modules and how many requests for loading the sub-modules need to be sent, for example, the main module includes 4 sub-modules, and the client needs to send 4 requests to the server, which consumes 4 network overheads. In practical application, a certain submodule or even a plurality of submodules may have no content, and the request for loading the submodule without content is actually invalid, which wastes network overhead.
S14) receiving and loading the N sub-modules returned by the server, and rendering the page by the client. And if the time for loading any one of the N sub-modules returned by the server exceeds the cache time of the N sub-modules, the client sends a request for loading any one of the N sub-modules to the server.
Further, the method further comprises:
sending a preloading request to the server side in the cache time of the main module;
and receiving and caching the preloading information returned by the server.
This step is used to preload the secondary pages of the client.
Optionally, M of the N sub-modules have a secondary module; wherein M is an integer greater than or equal to zero and less than or equal to N. I.e. any one or more of the N sub-modules may have a secondary module subordinate to itself. For example, the third submodule may have 5 secondary modules subordinate to the third submodule. If a sub-module has more secondary modules that are subordinate to itself, the third sub-module also only needs to send a request once, instead of 5 times, for the client if it needs to request to load 5 secondary modules that are subordinate to itself. The secondary module of the sub-module can also have a plurality of secondary modules subordinate to the secondary module, and so on, no matter how many secondary modules the sub-module has, in the technical scheme of the invention, all the secondary modules are acquired by requesting once, so that a large amount of network overhead can be saved. For example, during the client page rendering process, any one or more of the rendered content of the primary page may contain more sub-content, which may contain more secondary content. The client only needs to request once in the primary page to obtain all the sub-contents of the primary page; if the sub-content contains more sub-content, the client only needs to request once to obtain all the sub-content belonging to the sub-content.
Optionally, if the time for loading the page main module returned by the server exceeds the cache time of the main module, the client resends the request for loading the page to the server. In the network downloading process, there are many factors that may cause the network speed to be slow, so that the primary module returned from the server does not reach the client within the cache time of the primary module, and at this time, the client does not receive the primary module, and therefore, the client is required to send the request to the server again.
Fig. 2 is a block diagram of a loading apparatus for a client page according to an embodiment of the present invention. As shown in fig. 2, a loading apparatus for a client page provided by an embodiment of the present invention is applied to a client having a data connection with a server, and the apparatus includes: the device comprises a sending unit, a receiving unit and a loading unit.
And the sending unit is used for sending the request for loading the page to the server.
The receiving unit is used for receiving the main module of the page returned by the server and the interface information of the N sub-modules subordinate to the main module.
The sending unit is further configured to concurrently send a request for loading the N sub-modules to the server according to the interface information.
The loading unit is configured to load the main module and the N sub-modules returned by the server. And if the time for loading any one of the N sub-modules returned by the server exceeds the cache time of the N sub-modules, the client sends a request for loading any one of the N sub-modules to the server.
Optionally, the interface information includes: the cache time of the main module, the cache identification of the main module, the cache time of the N sub-modules, the request addresses of the N sub-modules and the preloading identification of the N sub-modules.
Optionally, M of the N sub-modules have a secondary module; wherein M is an integer greater than or equal to zero and less than or equal to N.
Fig. 3 is a flowchart of a method for sending a page file according to an embodiment of the present invention. As shown in fig. 3, a method for sending a page file according to an embodiment of the present invention is applied to a server having a data connection with a client, and includes:
s21) responding to the request of loading the client page sent by the client, sending the main module of the page and the interface information of the N sub-modules subordinate to the main module.
S22) responding to the request of loading the N sub-modules sent by the client side in parallel, and sending the N sub-modules.
Fig. 4 is a block diagram of a pagefile transmitting apparatus according to an embodiment of the present invention. As shown in fig. 4, a device for sending a pagefile according to an embodiment of the present invention is applied to a server having a data connection with a client, and includes: the device comprises a receiving unit, a processing unit and a sending unit.
The receiving unit is configured to receive a request for loading the client page sent by the client.
The processing unit is used for responding to the request.
The sending unit is used for sending the interface information of the main module of the page and the N sub-modules subordinate to the main module.
The receiving unit is further configured to receive a request for loading the N sub-modules, which is sent by the client concurrently, and the sending unit is further configured to send the N sub-modules.
Fig. 5 is a flowchart of a page loading method according to an embodiment of the present invention. As shown in fig. 5, a page loading method provided by an embodiment of the present invention includes:
s31) the client sends a request for loading the client page to the server.
S32) the server side sends the main module of the page and the interface information of the N sub-modules subordinate to the main module in response to the request of the client side.
S33), the client receives the main module of the page returned by the server and the interface information of the N sub-modules subordinate to the main module, and loads the main module.
S34) the client side sends a request for loading the N sub-modules to the server side according to the interface information.
S35), the server side responds to the request which is sent by the client side and used for loading the N sub-modules, and sends the N sub-modules.
S36), the client receives and loads the N sub-modules returned by the server.
FIG. 6 is a block diagram of a page loading system provided by one embodiment of the invention. As shown in fig. 6, a page loading system provided in an embodiment of the present invention includes: client and server.
The client is used for sending a request for loading the client page to a server; receiving the main module of the page returned by the server and the interface information of the N sub-modules subordinate to the main module, and loading the main module; according to the interface information, a request for loading the N sub-modules is sent to the server side concurrently; receiving and loading the N sub-modules returned by the server;
the server is used for receiving a request for loading the client page sent by the client, and sending interface information of a main module of the page and N sub-modules subordinate to the main module according to the request; and receiving a request for loading the N sub-modules, which is sent by the client side concurrently, and sending the N sub-modules according to the request.
An embodiment of the present invention further provides a machine-readable storage medium, where the machine-readable storage medium stores instructions, and when the instructions are executed by a controller, the controller can execute the method for loading a client page in the foregoing technical solution, or execute the method for loading a page in the foregoing technical solution.
While the embodiments of the present invention have been described in detail with reference to the accompanying drawings, the embodiments of the present invention are not limited to the details of the above embodiments, and various simple modifications can be made to the technical solution of the embodiments of the present invention within the technical idea of the embodiments of the present invention, and the simple modifications are within the scope of the embodiments of the present invention.
It should be noted that the various features described in the above embodiments may be combined in any suitable manner without departing from the scope of the invention. In order to avoid unnecessary repetition, the embodiments of the present invention will not be described separately for the various possible combinations.
Those skilled in the art will appreciate that all or part of the steps in the method for implementing the above embodiments may be implemented by a program, which is stored in a storage medium and includes several instructions to enable a single chip, a chip, or a processor (processor) to execute all or part of the steps in the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
In addition, any combination of the various embodiments of the present invention is also possible, and the same should be considered as disclosed in the embodiments of the present invention as long as it does not depart from the spirit of the embodiments of the present invention.

Claims (10)

1. A loading method of a client page is applied to a client with data connection with a server, and is characterized in that the method comprises the following steps:
sending a request for loading the client page to the server;
receiving the main module of the page returned by the server and the interface information of the N sub-modules subordinate to the main module, and loading the main module; wherein N is a positive integer;
according to the interface information, a request for loading the N sub-modules is sent to the server side concurrently;
and receiving and loading the N sub-modules returned by the server.
2. The method for loading the client page according to claim 1, wherein the interface information comprises: the cache time of the main module, the cache identification of the main module, the cache time of the N sub-modules, the request addresses of the N sub-modules and the preloading identification of the N sub-modules.
3. The method for loading the client page according to claim 2, wherein the receiving and loading the N sub-modules delivered by the server includes:
and if the time for loading any one of the N sub-modules returned by the server exceeds the cache time of the N sub-modules, the client sends a request for loading any one of the N sub-modules to the server.
4. The method of loading a client page as recited in claim 1,
m of the N sub-modules have secondary modules; wherein M is an integer greater than or equal to zero and less than or equal to N.
5. A loading device of a client page is applied to a client with data connection with a server, and is characterized in that the device comprises:
a sending unit, configured to send a request for loading the page to the server;
the receiving unit is used for receiving the main module of the page returned by the server and the interface information of the N sub-modules subordinate to the main module;
the sending unit is further configured to concurrently send a request for loading the N sub-modules to the server according to the interface information;
and the loading unit is used for loading the main module and the N sub-modules returned by the server.
6. A method for sending a page file is applied to a server side with data connection with a client side, and is characterized by comprising the following steps:
sending a main module of the page and interface information of N sub-modules subordinate to the main module in response to a request for loading the page of the client sent by the client;
and responding to a request which is sent by the client side and used for loading the N sub-modules, and sending the N sub-modules.
7. A device for sending a page file is applied to a server side with data connection with a client side, and is characterized by comprising:
a receiving unit, configured to receive a request for loading the client page sent by the client;
a processing unit for responding to the request;
the sending unit is used for sending the interface information of the main module of the page and the N sub-modules subordinate to the main module;
the receiving unit is further configured to receive a request for loading the N sub-modules, which is sent by the client concurrently, and the sending unit is further configured to send the N sub-modules.
8. A page loading method, characterized in that the method comprises:
the client sends a request for loading the client page to a server;
the server side responds to the request of the client side and sends the main module of the page and the interface information of the N sub-modules subordinate to the main module;
the client receives the main module of the page returned by the server and the interface information of the N sub-modules subordinate to the main module, and loads the main module;
the client side sends a request for loading the N sub-modules to the server side according to the interface information;
the server side responds to a request which is sent by the client side and used for loading the N sub-modules, and sends the N sub-modules;
and the client receives and loads the N sub-modules returned by the server.
9. A page loading system, comprising:
the client is used for sending a request for loading the client page to the server; receiving the main module of the page returned by the server and the interface information of the N sub-modules subordinate to the main module, and loading the main module; according to the interface information, a request for loading the N sub-modules is sent to the server side concurrently; receiving and loading the N sub-modules returned by the server;
the server is used for receiving a request for loading the client page sent by the client, and sending interface information of a main module of the page and N sub-modules subordinate to the main module according to the request; and receiving a request for loading the N sub-modules, which is sent by the client side concurrently, and sending the N sub-modules according to the request.
10. A machine-readable storage medium having stored thereon instructions, which when executed by a controller, are capable of causing the controller to perform a method of loading a client page as claimed in any one of claims 1 to 4.
CN201911172437.2A 2019-11-26 2019-11-26 Client page loading method and device and page loading method and system Pending CN111061974A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911172437.2A CN111061974A (en) 2019-11-26 2019-11-26 Client page loading method and device and page loading method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911172437.2A CN111061974A (en) 2019-11-26 2019-11-26 Client page loading method and device and page loading method and system

Publications (1)

Publication Number Publication Date
CN111061974A true CN111061974A (en) 2020-04-24

Family

ID=70298751

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911172437.2A Pending CN111061974A (en) 2019-11-26 2019-11-26 Client page loading method and device and page loading method and system

Country Status (1)

Country Link
CN (1) CN111061974A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111581556A (en) * 2020-04-27 2020-08-25 北京字节跳动网络技术有限公司 Page data processing method and device, electronic equipment and readable medium
CN112328939A (en) * 2020-11-16 2021-02-05 北京沃东天骏信息技术有限公司 Page processing method and device and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104796439A (en) * 2014-01-16 2015-07-22 腾讯科技(深圳)有限公司 Webpage pushing method, webpage pushing client, webpage pushing server and webpage pushing system
CN106294379A (en) * 2015-05-18 2017-01-04 阿里巴巴集团控股有限公司 The loading method of a kind of page, device and system
CN107506483A (en) * 2017-09-15 2017-12-22 广州优视网络科技有限公司 Page loading method, device, electronic equipment and storage medium
CN107656934A (en) * 2016-07-25 2018-02-02 腾讯科技(深圳)有限公司 One kind preloads method, apparatus, equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104796439A (en) * 2014-01-16 2015-07-22 腾讯科技(深圳)有限公司 Webpage pushing method, webpage pushing client, webpage pushing server and webpage pushing system
CN106294379A (en) * 2015-05-18 2017-01-04 阿里巴巴集团控股有限公司 The loading method of a kind of page, device and system
CN107656934A (en) * 2016-07-25 2018-02-02 腾讯科技(深圳)有限公司 One kind preloads method, apparatus, equipment
CN107506483A (en) * 2017-09-15 2017-12-22 广州优视网络科技有限公司 Page loading method, device, electronic equipment and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111581556A (en) * 2020-04-27 2020-08-25 北京字节跳动网络技术有限公司 Page data processing method and device, electronic equipment and readable medium
CN111581556B (en) * 2020-04-27 2023-04-25 抖音视界有限公司 Page data processing method, device, electronic equipment and readable medium
CN112328939A (en) * 2020-11-16 2021-02-05 北京沃东天骏信息技术有限公司 Page processing method and device and storage medium
CN112328939B (en) * 2020-11-16 2024-08-16 北京沃东天骏信息技术有限公司 Page processing method, device and storage medium

Similar Documents

Publication Publication Date Title
US12034824B2 (en) Processing DNS queries to identify pre-processing information
EP2294515B1 (en) Request routing using network computing components
CN111314499B (en) Domain name proxy method, device, equipment and readable storage medium
US8935377B2 (en) Dynamic registration of listener resources for cloud services
CN109067936B (en) Domain name resolution method and device
CN111061974A (en) Client page loading method and device and page loading method and system
CN111541799A (en) Domain name resolution method, system, terminal and storage medium
JP6690959B2 (en) Device and method for reforming TCP handshake
US20140047014A1 (en) Network access system
CN110661895A (en) Network address mapping method and network address mapping equipment of server
CN109391707B (en) Domain name resolution method, device, equipment and storage medium
US11190815B2 (en) Multimedia service content providing device and method
CN112689011B (en) Service transmission method, device, equipment and medium based on NFS protocol
CN114095502B (en) Service processing method, system, device and medium
CN110535983B (en) Message forwarding method and device
CN112883298B (en) Information processing method, device, electronic equipment and storage medium
CN115051982B (en) Information processing method, system and storage medium based on FTP protocol
WO2018233844A1 (en) Methods and apparatus for responding to a dns query and handling a connection request
CN109618014B (en) Message forwarding method and device
CN116112467A (en) Message processing system, method, device and equipment
CN116389596A (en) Multi-dimensional domain name service perception method, device, equipment and storage medium
CN116389576A (en) Fragment caching method, system, electronic equipment and storage medium
CN117171466A (en) Request processing method and device, electronic equipment and storage medium
JP2001154902A (en) System for acquiring web object
CN114051022A (en) HTTP request processing method and device

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200424

RJ01 Rejection of invention patent application after publication