(this: HttpApiEndpoint.AnyWithProps, schema: Schema.Schema.Any)
| 795 | }) |
| 796 | }, |
| 797 | setHeaders(this: HttpApiEndpoint.AnyWithProps, schema: Schema.Schema.Any) { |
| 798 | return makeProto({ |
| 799 | ...this, |
| 800 | headersSchema: Option.some(schema) |
| 801 | }) |
| 802 | }, |
| 803 | prefix(this: HttpApiEndpoint.AnyWithProps, prefix: PathSegment) { |
| 804 | return makeProto({ |
| 805 | ...this, |
no test coverage detected