Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000| import sangria.ast | |
| import sangria.execution.Executor | |
| import sangria.marshalling.{InputUnmarshaller, ScalarValueInfo, ArrayMapBuilder, ResultMarshaller} | |
| import sangria.schema._ | |
| import sangria.validation.{ValueCoercionViolation, IntCoercionViolation, BigIntCoercionViolation} | |
| import spray.json._ | |
| import sangria.macros._ | |
| import scala.concurrent.ExecutionContext.Implicits.global | |
| implicit object CustomSprayJsonResultMarshaller extends ResultMarshaller { |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000