OpenApiShelfServer class

Noop server used if no dart:io is available.

Inheritance

Constructors

OpenApiShelfServer(OpenApiServerRouterBase router, {Pipeline customizePipeline(Pipeline pipeline) = identity})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
override
startServer({String address = 'localhost', int port = 8080, SecurityContext? securityContext, int? backlog, bool shared = false, String? poweredByHeader = 'Dart with package:shelf'}) Future<StoppableProcessBase>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited