skip to the main content area of this page
Features

What is Sprite Browser?

 
 

Overview




Sprite Browser is a template-based web browser that allows you to access internet automatically.

When you use web browser to open a web page,the web browser will send a request to web server,then the web server send back response(source file) to web browser.
Sprite Browser simulate this kind action, It read requests from the template, and then drive web browser to send the requests to web server.

The template is a file which contains requests and assistant information.

You can use Sprite Browser to write/edit your own template.
You can share you template with your friends or others.



HTTP




Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems.[1] Its use for retrieving inter-linked resources led to the establishment of the World Wide Web.

HTTP is a request/response standard of a client and a server.
A client is the end-user, the server is the web site.
The client making a HTTP request-using a web browser, spider, or other end-user tool-is referred to as the user agent.
The responding server-which stores or creates resources such as HTML files and images-is called the origin server.
Whenever your web browser fetches a file (a page, a picture, etc) from a web server(it does so using HTTP),.
Your computer sends a request for some file (e.g. "Get me the file 'home.html'"), and the web server sends back a response ("Here's the file", followed by the file itself).

Typically, an HTTP client initiates a request.
An HTTP server listening and waits for the client to send a request message.
Upon receiving the request, the server sends back response.




Inside web browser




There is a inside web browser in Sprite Browser.
You can user the inside web browser to access internal.
You can record the requests send by Http Message Recorder.



Template




A.. template is a file which contains requests and other information.
It include two parts: Header and Body
Header is the basic information for a template, it include: template owner, template name, create date, modify date etc.
Body include two kinds objects:Site,Page.



Template Editor




It's the editor of template, you can use it create/modify template.



Template Actor




It's the Actor of template, you can use it to run template.



Other Options




There are some other options:Friends,Settings...