Skip to content

Commit d871fd4

Browse files
committed
Add Send to the pricing plans
1 parent 8868b09 commit d871fd4

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

src/templates/pricing.jsx

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -509,20 +509,23 @@ export default @observer class PricingPage extends React.Component {
509509
<TierPriceBlock />
510510
<TierFeatures>
511511
<FeatureCont>
512-
Includes all the basic features you need to start viewing &
513-
rewriting your HTTP traffic:
512+
Includes all the basic features you need to start viewing, rewriting
513+
and sending HTTP traffic:
514514
</FeatureCont>
515515
<Feature>
516-
Automatically intercept all supported clients
516+
Automatically intercept all supported clients.
517517
</Feature>
518518
<Feature>
519-
Inspect and debug raw HTTP data
519+
Inspect and debug raw HTTP data.
520520
</Feature>
521521
<Feature>
522-
Filter, delete & pin requests
522+
Filter, delete & pin requests.
523523
</Feature>
524524
<Feature>
525-
Manually rewrite HTTP with request & response breakpoints
525+
Manually rewrite HTTP with request & response breakpoints.
526+
</Feature>
527+
<Feature>
528+
Send requests with a fully featured graphical HTTP client.
526529
</Feature>
527530
</TierFeatures>
528531
</PricingTier> }
@@ -561,17 +564,17 @@ export default @observer class PricingPage extends React.Component {
561564
mock responses, and errors & timeouts.
562565
</Feature>
563566
<Feature>
564-
<strong>Import/export</strong> mock rules, and code or <a
567+
<strong>Import/export</strong> mock rules, and <a
565568
href="https://en.wikipedia.org/wiki/HAR_(file_format)"
566569
target="_blank"
567570
rel="noopener noreferrer"
568571
>
569572
HARs
570-
</a> of collected traffic
573+
</a> or ready-to-use code for 20+ tools, for all sent or intercepted requests.
571574
</Feature>
572575
<Feature>
573-
<strong>Advanced HTTP debugging and inspection</strong> including compression
574-
& caching analysis
576+
<strong>Advanced HTTP debugging tools</strong> including compression
577+
& caching analysis, and 'resend' functionality.
575578
</Feature>
576579
<Feature>
577580
<strong>Validation &amp; API documentation for 2600+ built-in APIs</strong>,
@@ -583,10 +586,10 @@ export default @observer class PricingPage extends React.Component {
583586
</Feature>
584587
<Feature>
585588
<strong>Advanced customization</strong> including UI themes,
586-
whitelisted & client certificates, ports, and upstream proxies.
589+
TLS & certificate settings, and upstream proxies.
587590
</Feature>
588591
<Feature>
589-
<strong>Support ongoing development!</strong>
592+
<strong>Support open-source development!</strong>
590593
</Feature>
591594
</TierFeatures>
592595
</PricingTier>

0 commit comments

Comments
 (0)