test 2
This commit is contained in:
parent
240b0a9b18
commit
b88ba7bd2f
|
|
@ -319,7 +319,7 @@
|
||||||
<svg class="w-5 h-5 text-brand" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M17.25 6.75L22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3l-4.5 16.5"/></svg>
|
<svg class="w-5 h-5 text-brand" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M17.25 6.75L22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3l-4.5 16.5"/></svg>
|
||||||
</div>
|
</div>
|
||||||
<h3 class="font-semibold text-white mb-2">MongoDB-style queries</h3>
|
<h3 class="font-semibold text-white mb-2">MongoDB-style queries</h3>
|
||||||
<p class="text-sm text-gray-400 leading-relaxed">Define up/down with <code class="text-brand font-mono text-xs">$and</code>, <code class="text-brand font-mono text-xs">$or</code>, <code class="text-brand font-mono text-xs">$lt</code>, <code class="text-brand font-mono text-xs">$regex</code>, and more. Check status codes, parse JSON responses, match headers, inspect HTML with CSS selectors. If you've written a MongoDB query, you already know how it works.</p>
|
<p class="text-sm text-gray-400 leading-relaxed">Write queries like <code class="text-brand font-mono text-xs">{ status: { $lt: 400 }, body.ok: true }</code> to decide what counts as up. Supports <code class="text-brand font-mono text-xs">$and</code>, <code class="text-brand font-mono text-xs">$or</code>, <code class="text-brand font-mono text-xs">$regex</code>, and more.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="glow-card rounded-xl p-6">
|
<div class="glow-card rounded-xl p-6">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue