Effect CommunityEC
Effect Community2y ago
5 replies
whatplan

Handling `ParsedSearchParams` in `HttpServer.app.toWebHandler` for Schema Struct Conversion

export interface HttpApp<A = ServerResponse.ServerResponse, E = never, R = never>
  extends Effect.Effect<A, E, R | ServerRequest.ServerRequest>
{}


just curious why is ParsedSearchParams not provided in HttpServer.app.toWebHandler

I want to schemaSearchParams to a struct, is that possible?
Was this page helpful?