(this: HttpApiEndpoint.AnyWithProps, schema: Schema.Schema.Any)
| 789 | }) |
| 790 | }, |
| 791 | setUrlParams(this: HttpApiEndpoint.AnyWithProps, schema: Schema.Schema.Any) { |
| 792 | return makeProto({ |
| 793 | ...this, |
| 794 | urlParamsSchema: Option.some(schema) |
| 795 | }) |
| 796 | }, |
| 797 | setHeaders(this: HttpApiEndpoint.AnyWithProps, schema: Schema.Schema.Any) { |
| 798 | return makeProto({ |
| 799 | ...this, |
no test coverage detected