Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4383/webforge
Create and play HTTP request.
https://github.com/4383/webforge
Last synced: about 2 months ago
JSON representation
Create and play HTTP request.
- Host: GitHub
- URL: https://github.com/4383/webforge
- Owner: 4383
- Created: 2012-07-23T12:30:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-05T22:49:30.000Z (about 12 years ago)
- Last Synced: 2024-11-11T23:37:03.507Z (3 months ago)
- Language: Python
- Homepage:
- Size: 250 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
/!\\ This project is not done. Don't work perfectly for moment /!\\
=======================================================WEBFORGE
========Simple HTTP protocole request forgery for analysing server headers returning.
The concept
-----------The idea is to provide a tools for forgery our own http request manually, with parameters configuration,
http method, headers, cookies, and all the element of http protocole for testing and analysing the return.
He can help you in case of AJAX development.Development philosophy
----------------------The guideline development is to use a Python software standalone without external third party.
Only use a Python standard library for build it.
That provide an apps portability facility.Development patterns
--------------------UI is build on the MVC pattern and all models is observable, inspired from ToyMVC.
All elements of the build is uncouple, the greater part of models that represents http particularity (header, POST and GET params, methods) element
is singleton.
I integrate some tkinter add on from http://tkinter.unpythonic.net/wiki/ for extand fonctionality.Particularity
-------------I've create this project for testing more deeply Python and the Pythoning particularity.
Core request is not totaly implemented, i work on actually.
This not a professional apps, i work on me free time, the progress of this apps is not fast.
More bug can live in.Compatibility
-------------* Python2.7.2 (not functionnal) Somes errors occurs in import package version
* Python3.2
* /!\ Work on fedora but freeze on debian when we send HTTP requestPossibly compliance with python3.3 but no test doing
If you can, test it on other version and report to me.Usage
-----python3.2 main.py
Guideline for future
--------------------04 octobers 2012 :
+ Adding in main content tabs system to looking for http server logs files, and showing http request content download.
+ Adding unit test.
+ Handle view who representing table (http parameters, http headers) with the same controler.
+ Full english for all comments.
+ Complete lazy comments.
+ Adding system to initialize all components with ini files (example : starting from http trace to replay it)Reference
---------
* http://tkinter.unpythonic.net/wiki/
* http://docs.python.org/library/