forked from nextinterfaces/http4e
-
Notifications
You must be signed in to change notification settings - Fork 4
/
site.xml
executable file
·41 lines (31 loc) · 1.43 KB
/
site.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.roussev.http4e.ui_5.0.12.jar" id="org.roussev.http4e.ui" version="5.0.12">
<category name="Eclipse HttpClient (HTTP4e)"/>
</feature>
<category-def name="Eclipse HttpClient (HTTP4e)" label="Eclipse HttpClient (HTTP4e)">
<description>
HTTP4e
====
HTTP4e is an Eclipse HTTP Client plugin simplifying REST and Web Service testing, enabling developer to make HTTP packets directly from Eclipse. The packets include all HTTP requests, responses and the HTTP headers (which contain the cookies and caching information). It is a useful tool for HTTP header tampering and hacking, allowing HTTP code generation to a programming language of choice, as well as JMeter load testing.
### More information
http://nextinterfaces.com/http4e
### Key Features
* Multiple Tabs
* Auto Suggest (CTRL + SPACE)
* Response view format into Raw, Pretty, JSON, HEX, Browser DOM
* SSL/HTTPS and Unicode support
* Basic/Digest authentication
* Proxy support
* Parameterization of Headers/HTTP-Params
* HTTP code export to Java, JavaScript, Prototype, jQuery, Flex, ActionScript, C#, VisualBasic, Ruby, Python, PHP, Cocoa and JMeter
* One click HTML Report generation
* Multipart Form support
### Install URL
http://nextinterfaces.com/http4e/install
License
--------------
Apache License v.2.0
</description>
</category-def>
</site>