Stratal API Reference
    Preparing search index...

    Class TestHttpRequest

    TestHttpRequest

    Request builder with fluent API for configuring test HTTP requests.

    const response = await module.http
    .post('/api/v1/register')
    .withBody({ name: 'Test School' })
    .withHeaders({ 'X-Custom': 'value' })
    .send()
    Index

    Constructors

    Methods